File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/components/Configs/Changes Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import { ColumnDef } from "@tanstack/table-core";
1111import React , { useState } from "react" ;
1212import ConfigLink from "../ConfigLink/ConfigLink" ;
1313import ConfigListTagsCell from "../ConfigList/Cells/ConfigListTagsCell" ;
14- import { ConfigSummaryAnalysisCell } from "../ConfigSummary/ConfigSummaryList" ;
1514import { ConfigDetailChangeModal } from "./ConfigDetailsChanges/ConfigDetailsChanges" ;
1615
1716export const paramsToReset = {
@@ -121,6 +120,7 @@ const configChangesColumn: ColumnDef<ConfigChange>[] = [
121120 header : "Tags" ,
122121 accessorKey : "tags" ,
123122 cell : React . memo ( ( props ) => (
123+ // @ts -ignore - this should be fixed in a different PR
124124 < ConfigListTagsCell { ...props } enableFilterByTag />
125125 ) ) ,
126126 aggregatedCell : "" ,
You can’t perform that action at this time.
0 commit comments