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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imbric-theme",
3
- "version": "0.7.7",
3
+ "version": "0.7.8",
4
4
  "description": "Components library IMBRIC",
5
5
  "private": false,
6
6
  "main": "index.js",