Skip to content

Commit b3a7a7e

Browse files
committed
format fix
Signed-off-by: dartcafe <github@dartcafe.de>
1 parent 081fc0a commit b3a7a7e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/components/Modals/TransferPollDialog.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ const dialogProps = computed(() => ({
118118
<UserSearch
119119
v-model="newUser"
120120
:search-types="[ISearchType.User]"
121-
:input-label="t('polls', ' Select the user to transfer the ownership to')"
121+
:input-label="
122+
t('polls', ' Select the user to transfer the ownership to')
123+
"
122124
user-select
123125
close-on-select
124126
@user-selected="(user: User) => (newUser = user)" />

0 commit comments

Comments
 (0)