Skip to content

Commit c0b4f03

Browse files
FelixTeutschjb-cc
authored andcommitted
fix(Frontend): remove console logs and add uuid for modal
1 parent 0e05e07 commit c0b4f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Frontend/pages/admin/add-admin.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ definePageMeta({
137137
<ValidatedMailInput
138138
:clear-input="clearInput"
139139
:domain="emailDomain"
140+
:placeholder="t('add-admin.add-admin')+'...'"
140141
error-message="Invalid email address"
141-
placeholder="Add Student..."
142142
@update:model-value="updateMail"
143143
@update:input-cleared="clearInput = false"
144144
/>

0 commit comments

Comments
 (0)