Fix frontend
This commit is contained in:
parent
618c26acbc
commit
ab733dde8d
@ -2,7 +2,7 @@
|
|||||||
<ConfirmationModal icon="fas fa-floppy-disk" on:confirm={() => dispatch("confirm", data)} on:cancel={() => dispatch("cancel", {})}>
|
<ConfirmationModal icon="fas fa-floppy-disk" on:confirm={() => dispatch("confirm", data)} on:cancel={() => dispatch("cancel", {})}>
|
||||||
<span slot="title">Tag Editor</span>
|
<span slot="title">Tag Editor</span>
|
||||||
<div slot="body" class="body-wrapper">
|
<div slot="body" class="body-wrapper">
|
||||||
<div class="row"">
|
<div class="row">
|
||||||
<Input col4 label="Tag ID" placeholder="docs" bind:value={data.id}
|
<Input col4 label="Tag ID" placeholder="docs" bind:value={data.id}
|
||||||
tooltipText='If the command is "/tag docs", then the ID is "docs"'/>
|
tooltipText='If the command is "/tag docs", then the ID is "docs"'/>
|
||||||
<Checkbox col2 label="Create Custom Command Alias" bind:value={data.use_guild_command}
|
<Checkbox col2 label="Create Custom Command Alias" bind:value={data.use_guild_command}
|
||||||
|
@ -168,7 +168,7 @@
|
|||||||
|
|
||||||
if (!isPremium) {
|
if (!isPremium) {
|
||||||
for (const id in tags) {
|
for (const id in tags) {
|
||||||
tag[id].use_guild_commands = false;
|
tags[id].use_guild_commands = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user