fix: portal name slug generator

This commit is contained in:
Shivam Mishra
2024-10-03 20:31:12 +05:30
parent b3262597c1
commit 268b0da488
@@ -201,7 +201,7 @@ function onFileChange({ file }) {
:placeholder="$t('HELP_CENTER.PORTAL.ADD.NAME.PLACEHOLDER')"
:help-text="$t('HELP_CENTER.PORTAL.ADD.NAME.HELP_TEXT')"
@blur="v$.name.$touch"
@input="onNameChange"
@update:model-value="onNameChange"
/>
</div>
<div class="mb-4">