forked from potsda.mn/mobilizon
fix(front): fix missing type causing eslint error
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
c6b83c42d6
commit
c76dba3dbf
|
@ -25,7 +25,7 @@
|
|||
aria-required="true"
|
||||
required
|
||||
v-model="identity.name"
|
||||
@input="(event) => updateUsername(event.target.value)"
|
||||
@input="(event: any) => updateUsername(event.target.value)"
|
||||
id="identity-display-name"
|
||||
dir="auto"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue