@budibase/frontend-core 2.30.5 → 2.30.6

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,18 +1,18 @@
1
1
  {
2
2
  "name": "@budibase/frontend-core",
3
- "version": "2.30.5",
3
+ "version": "2.30.6",
4
4
  "description": "Budibase frontend core libraries used in builder and client",
5
5
  "author": "Budibase",
6
6
  "license": "MPL-2.0",
7
7
  "svelte": "src/index.js",
8
8
  "dependencies": {
9
- "@budibase/bbui": "2.30.5",
10
- "@budibase/shared-core": "2.30.5",
11
- "@budibase/types": "2.30.5",
9
+ "@budibase/bbui": "2.30.6",
10
+ "@budibase/shared-core": "2.30.6",
11
+ "@budibase/types": "2.30.6",
12
12
  "dayjs": "^1.10.8",
13
13
  "lodash": "4.17.21",
14
14
  "shortid": "2.2.15",
15
15
  "socket.io-client": "^4.7.5"
16
16
  },
17
- "gitHead": "0b5a0aaf95a20cbbfe99b205157760dad6f4698e"
17
+ "gitHead": "f07ad5f96869c0c8e76b2e5651a0d350022c61e9"
18
18
  }
@@ -155,6 +155,7 @@ export const buildFormBlockButtonConfig = props => {
155
155
  providerId: formId,
156
156
  tableId: resourceId,
157
157
  notificationOverride,
158
+ confirm: null,
158
159
  },
159
160
  },
160
161
  {