Skip to content

Commit

Permalink
fix method name to fetch the configfile
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb committed Jan 3, 2025
1 parent ec58515 commit ef343a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<body>
<div th:fragment="header">
<geor-header th:style="'width:100%;height:'+ ${@georchestraConfiguration.getHeaderHeight()}+'px;border:none;overflow:hidden;'"
th:config-file="${@georchestraConfiguration.getConfigFile()}"
th:config-file="${@georchestraConfiguration.getHeaderConfigFile()}"
th:stylesheet="${@georchestraConfiguration.getGeorchestraStylesheet()}"
></geor-header>
<script th:src="${@georchestraConfiguration.getHeaderScript()}"></script>
Expand Down

0 comments on commit ef343a0

Please sign in to comment.