imbric-theme 0.7.7 → 0.7.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -102,6 +102,7 @@ export const DynamicTable = ({
|
|
102
102
|
placeholder={placeholderDinamicSelect}
|
103
103
|
defaultValue={handleDefaultValue}
|
104
104
|
closeMenuOnSelect={false}
|
105
|
+
instanceId={'idAddColumsTable'}
|
105
106
|
// defaultValue= { [{value: 'id', label: 'ID'}, {value: 'idService', label: 'ID Reserva'}] }
|
106
107
|
/> : null
|
107
108
|
}
|