flameresttable 1.0.102 → 1.0.103

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flameresttable",
3
- "version": "1.0.102",
3
+ "version": "1.0.103",
4
4
  "main": "./src/plugin.ts",
5
5
  "repository": {
6
6
  "type": "git",
@@ -327,7 +327,7 @@ export default defineComponent({
327
327
  Table.columns[column].Popup.model = ev;
328
328
  const prepared = (await REST.prepare({ myParam: ev })).myParam;
329
329
  Table.columns[column].Popup.model = prepared
330
- Table.columns[column].Popup.fileModel = { myParam: ev }
330
+ Table.columns[column].Popup.fileModel = ev
331
331
  }
332
332
 
333
333
  /*