mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 06:16:46 +00:00
fix(gui): app install ui correction
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
:rules="[v => !!v || !inputDetails.required || 'Required']"
|
||||
:name="inputDetails.key"
|
||||
:placeholder="inputDetails.placeholder || ''"
|
||||
hide-details="auto"
|
||||
v-on="parentListeners" v-model="localState" class="caption" rows="3"
|
||||
:required="inputDetails.valid"
|
||||
></v-textarea>
|
||||
|
||||
Reference in New Issue
Block a user