|
@@ -147,6 +147,7 @@ export class ActionManager {
|
|
|
) {
|
|
|
const action = this.actions[name];
|
|
|
const PanelComponent = action.PanelComponent!;
|
|
|
+ PanelComponent.displayName = "PanelComponent";
|
|
|
const elements = this.getElementsIncludingDeleted();
|
|
|
const appState = this.getAppState();
|
|
|
const updateData = (formState?: any) => {
|