impaktapps-ui-builder 1.0.58 → 1.0.59

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.
@@ -10500,7 +10500,7 @@ var service = (funcParams) => {
10500
10500
  onKeyDown: function() {
10501
10501
  this.callHandler("onKeyDown");
10502
10502
  },
10503
- onFileDelete: function() {
10503
+ onFileDelete: async function() {
10504
10504
  this.callHandler("onFileDelete");
10505
10505
  },
10506
10506
  onMount: function() {