diff --git a/src/views/dashboard/related/ebpf/components/EBPFSchedules.vue b/src/views/dashboard/related/ebpf/components/EBPFSchedules.vue index 62a37dc0..afafb5c3 100644 --- a/src/views/dashboard/related/ebpf/components/EBPFSchedules.vue +++ b/src/views/dashboard/related/ebpf/components/EBPFSchedules.vue @@ -102,13 +102,6 @@ limitations under the License. --> import { dateFormat } from "@/utils/dateFormat"; const { t } = useI18n(); - /*global defineProps*/ - const props = defineProps({ - type: { - type: String, - default: "", - }, - }); const ebpfStore = useEbpfStore(); const pageSize = 5; const multipleTableRef = ref>();