Fixed actions not being delete:able

This commit is contained in:
WBHarry 2026-01-31 19:32:51 +01:00
parent cd52aa8f9c
commit ae91d6786f
3 changed files with 5 additions and 135 deletions

View file

@ -3,5 +3,4 @@ export { default as FormulaField } from './formulaField.mjs';
export { default as ForeignDocumentUUIDField } from './foreignDocumentUUIDField.mjs';
export { default as ForeignDocumentUUIDArrayField } from './foreignDocumentUUIDArrayField.mjs';
export { default as TriggerField } from './triggerField.mjs';
export { default as MappingField } from './mappingField.mjs';
export * as ActionFields from './action/_module.mjs';