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