fix: modals inputs not working properly
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<HoppSmartModal v-if="show" dialog :title="t('team.new')" @close="hideModal">
|
||||
<template #body>
|
||||
<HoppSmartInput
|
||||
v-model="name"
|
||||
v-model="editingName"
|
||||
:label="t('action.label')"
|
||||
placeholder=" "
|
||||
input-styles="floating-input"
|
||||
|
||||
Reference in New Issue
Block a user