fix: remove

This commit is contained in:
Fine 2023-02-07 18:29:05 +08:00
parent 91911811cd
commit 417989df3a
3 changed files with 0 additions and 3 deletions

View File

@ -129,7 +129,6 @@ limitations under the License. -->
import { ErrorCategory } from "./data";
import type { LayoutConfig } from "@/types/dashboard";
import type { DurationTime } from "@/types/app";
import removeAssociationFilters from "@/hooks/useAssociateProcessor";
/*global defineProps, Recordable */
const props = defineProps({

View File

@ -89,7 +89,6 @@ limitations under the License. -->
import { ElMessage } from "element-plus";
import { EntityType, QueryOrders, Status } from "../../data";
import type { LayoutConfig } from "@/types/dashboard";
import removeAssociationFilters from "@/hooks/useAssociateProcessor";
/*global defineProps, Recordable */
const props = defineProps({

View File

@ -86,7 +86,6 @@ limitations under the License. -->
import { ElMessage } from "element-plus";
import { EntityType, QueryOrders, Status } from "../../data";
import type { LayoutConfig } from "@/types/dashboard";
import removeAssociationFilters from "@/hooks/useAssociateProcessor";
const FiltersKeys: { [key: string]: string } = {
status: "traceState",