diff --git a/src/components/BpmnDesign/PropertyPanel.vue b/src/components/BpmnDesign/PropertyPanel.vue index 6861a05..92acb49 100644 --- a/src/components/BpmnDesign/PropertyPanel.vue +++ b/src/components/BpmnDesign/PropertyPanel.vue @@ -14,8 +14,6 @@ import SequenceFlowPanel from './panel/SequenceFlowPanel.vue'; import { Modeler, ModdleElement } from 'bpmn'; const { proxy } = getCurrentInstance() as ComponentInternalInstance; interface propsType { - users: Array; - groups: Array; modeler: Modeler; } const props = withDefaults(defineProps(), {});