@westartcom/bread-quasar-fields 0.1.20 → 0.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -121,8 +121,8 @@ export default defineComponent({
121
121
 
122
122
  computed : {
123
123
  allowMultiple() {
124
- // return (this.field.extra_data && this.field.extra_data.multiple);
125
- return true;
124
+ return (this.field.extra_data && this.field.extra_data.multiple);
125
+ //return true;
126
126
  },
127
127
 
128
128
  allowedMimeTypes() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@westartcom/bread-quasar-fields",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "Quasar compatible fields for bread package",
5
5
  "main": "index.js",
6
6
  "scripts": {