Skip to content

Commit

Permalink
fix: only display global template settings if server is set up
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <[email protected]>
  • Loading branch information
elzody committed Oct 15, 2024
1 parent d0a9104 commit aeb04ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AdminSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
</div>
</div>

<GlobalTemplates />
<GlobalTemplates v-if="isSetup" />
</div>
</template>

Expand Down

0 comments on commit aeb04ca

Please sign in to comment.