diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-27 20:04:13 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-27 20:04:13 +0900 |
| commit | 83893ce52f6cfea9cc0d5175931e83b10f21fdfc (patch) | |
| tree | cd6bd96ea17aaac5c26efbd2a65474d2ba6583e1 /packages/frontend/src/pages/admin | |
| parent | add todo (diff) | |
| download | sharkey-83893ce52f6cfea9cc0d5175931e83b10f21fdfc.tar.gz sharkey-83893ce52f6cfea9cc0d5175931e83b10f21fdfc.tar.bz2 sharkey-83893ce52f6cfea9cc0d5175931e83b10f21fdfc.zip | |
fix syntax errors
Diffstat (limited to 'packages/frontend/src/pages/admin')
| -rw-r--r-- | packages/frontend/src/pages/admin/abuse-report/notification-recipient.editor.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/admin/abuse-report/notification-recipient.editor.vue b/packages/frontend/src/pages/admin/abuse-report/notification-recipient.editor.vue index e81de8c9e7..b69c818b48 100644 --- a/packages/frontend/src/pages/admin/abuse-report/notification-recipient.editor.vue +++ b/packages/frontend/src/pages/admin/abuse-report/notification-recipient.editor.vue @@ -17,7 +17,7 @@ SPDX-License-Identifier: AGPL-3.0-only {{ mode === 'create' ? i18n.ts._abuseReport._notificationRecipient.createRecipient : i18n.ts._abuseReport._notificationRecipient.modifyRecipient }} </template> <div v-if="loading === 0" style="display: flex; flex-direction: column; min-height: 100%;"> - <div class="_spacer" style="--MI_SPACER-min: 20px; --MI_SPACER-max: 28" style="flex-grow: 1px;;"> + <div class="_spacer" style="--MI_SPACER-min: 20px; --MI_SPACER-max: 28px; flex-grow: 1;"> <div :class="$style.root" class="_gaps_m"> <MkInput v-model="title"> <template #label>{{ i18n.ts.title }}</template> |