Skip to content

Commit

Permalink
Merge pull request #108 from Discord-Dashboard/PlainDevelopment-patch-2
Browse files Browse the repository at this point in the history
Update settings.ejs
  • Loading branch information
PlainDevelopment authored Jun 18, 2024
2 parents fe33e5d + 2a568ad commit 9b57eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/settings.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
<% } %>
<div class="mt-3">
<%- include(`components/formTypes/${option.optionType.type}.ejs`,
{option, s, Allowed, allowList: canUseList[s.categoryId]}); %>
{option, s, Allowed}); %>
</div>
<% if (!themeOptions?.startNewSection ||
themeOptions?.startNewSection &&
Expand Down

0 comments on commit 9b57eb6

Please sign in to comment.