Skip to content

Commit 5ffcde2

Browse files
committed
fix(FR-2869): lazy-load model card drawer details to speed up ModelStoreListPageV2
1 parent e05d1cf commit 5ffcde2

3 files changed

Lines changed: 332 additions & 291 deletions

File tree

react/src/components/ModelCardDeployModal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ interface AvailablePreset {
4949
readonly id: string;
5050
readonly name: string;
5151
readonly description: string | null;
52-
readonly rank: number;
5352
readonly runtimeVariantId: string;
5453
readonly ' $fragmentSpreads': FragmentRefs<'DeploymentPresetDetailContentFragment'>;
5554
}

0 commit comments

Comments
 (0)