fix: modals inputs not working properly

This commit is contained in:
Andrew Bastin
2023-08-22 00:17:03 +05:30
parent 5a91fb53b2
commit b32b0f9bcb
13 changed files with 15 additions and 15 deletions

View File

@@ -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"