[improvement][headless-fe] route rebuild stash

This commit is contained in:
tristanliu
2024-11-23 17:23:16 +08:00
parent 46d64d78f3
commit 0edadd01eb
19 changed files with 735 additions and 183 deletions

View File

@@ -142,7 +142,11 @@ const ClassMetricTable: React.FC<Props> = ({ onEmptyMetricData }) => {
}
};
const columnsConfig = ColumnsConfig({ indicatorInfo: { url: '/model/metric/edit/' } });
const columnsConfig = ColumnsConfig({
indicatorInfo: {
url: '/model/metric/edit/',
},
});
const columns: ProColumns[] = [
{