diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-03-10 17:17:01 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-03-10 17:30:57 +0000 |
| commit | aceef6edd8bd1663249e9d06fc1d4a063add4689 (patch) | |
| tree | c20d9583dec6f3db0196c01bc1db219bdb384629 /components/editor/task/ConfigurationRow.vue | |
| parent | ba698216f7426d54310f2e9210756b3178d17def (diff) | |
Add more options to sidebar
Diffstat (limited to 'components/editor/task/ConfigurationRow.vue')
| -rw-r--r-- | components/editor/task/ConfigurationRow.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/editor/task/ConfigurationRow.vue b/components/editor/task/ConfigurationRow.vue index fa512b6..8194dcd 100644 --- a/components/editor/task/ConfigurationRow.vue +++ b/components/editor/task/ConfigurationRow.vue @@ -60,7 +60,7 @@ const addValue = (searchQuery: any) => { <div id="task-configuration-row"> <div id="key"> <div id="delete" @click="emit('delete')" v-if="!props.required" class="delete"> - <font-awesome-icon :icon="['fas', 'fa-xmark']" /> + <font-awesome-icon :icon="['fas', 'xmark']" /> </div> <p id="name" @click="showDescription = !showDescription">{{ props.configKey }}</p> </div> |
