Skip to content

Commit

Permalink
fix(repub form): import error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon committed Dec 10, 2024
1 parent 27664b3 commit 6c53ae2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/RuleEngine/components/RePubForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ import useFormRules from '@/hooks/useFormRules'
import useI18nTl from '@/hooks/useI18nTl'
import { RuleEngineBuiltinActionRepublish } from '@/types/schemas/rules.schemas'
import { FormProps } from 'element-plus'
import PubProps from './PubProps.vue'
import type { ComputedRef, PropType } from 'vue'
import { computed, defineEmits, defineExpose, defineProps, ref } from 'vue'
import PubProps from './PubProps.vue'
Expand Down

0 comments on commit 6c53ae2

Please sign in to comment.