impaktapps-ui-builder 0.0.101-alpha.29 → 0.0.101-alpha.30
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/dist/impaktapps-ui-builder.es.js +3 -3
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +2 -2
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/eventSection.ts +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +1 -1
|
@@ -377,7 +377,7 @@ const PageMasterUiSchema = (theme) => {
|
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
379
|
accessorKey: "Edit_Approve_Records",
|
|
380
|
-
header: "Edit
|
|
380
|
+
header: "Edit",
|
|
381
381
|
type: "action",
|
|
382
382
|
size: 150,
|
|
383
383
|
widget: {
|
|
@@ -7348,7 +7348,7 @@ const EventSection = (theme) => {
|
|
|
7348
7348
|
},
|
|
7349
7349
|
{
|
|
7350
7350
|
accessorKey: "Edit_Approve_Records",
|
|
7351
|
-
header: "Edit
|
|
7351
|
+
header: "Edit",
|
|
7352
7352
|
size: 150,
|
|
7353
7353
|
type: "action",
|
|
7354
7354
|
widget: {
|
|
@@ -8992,7 +8992,7 @@ const EventUiSchema = (theme) => {
|
|
|
8992
8992
|
},
|
|
8993
8993
|
{
|
|
8994
8994
|
accessorKey: "Edit_Approve_Records",
|
|
8995
|
-
header: "Edit
|
|
8995
|
+
header: "Edit",
|
|
8996
8996
|
type: "action",
|
|
8997
8997
|
size: 150,
|
|
8998
8998
|
widget: {
|