Skip to content

Commit 37a2569

Browse files
rakeknivensusnux
andauthored
chore(i18n): fixed vue syntax
Co-authored-by: Ferdinand Thiessen <[email protected]> Signed-off-by: rakekniven <[email protected]>
1 parent 86ac699 commit 37a2569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/user_ldap/src/components/SettingsTabs/ServerTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<NcTextField
4444
:model-value="ldapConfigProxy.ldapPort"
4545
:label="t('user_ldap', 'Port')"
46-
:placeholder="389"
46+
placeholder="389"
4747
type="number"
4848
autocomplete="off"
4949
@change="(event) => ldapConfigProxy.ldapPort = event.target.value" />

0 commit comments

Comments
 (0)