domain切替バグ修正

This commit is contained in:
2023-11-20 01:50:02 +09:00
parent f83dd693d5
commit e20625abdb
7 changed files with 18 additions and 12 deletions

View File

@@ -28,7 +28,6 @@ import { IKintoneEvent } from '../../types/KintoneEvents';
import { storeToRefs } from 'pinia';
import { useFlowEditorStore } from 'stores/flowEditor';
import { ActionFlow, ActionNode, RootAction } from 'src/types/ActionTypes';
import { S } from 'app/dist/spa/assets/QTable.50486f7c';
export default defineComponent({
name: 'EventTree',
setup(props, context) {