diff --git a/frontend/src/pages/modelRegistrySettings/ModelRegistryTableRowStatus.tsx b/frontend/src/pages/modelRegistrySettings/ModelRegistryTableRowStatus.tsx index 734cef714c..65b6717d31 100644 --- a/frontend/src/pages/modelRegistrySettings/ModelRegistryTableRowStatus.tsx +++ b/frontend/src/pages/modelRegistrySettings/ModelRegistryTableRowStatus.tsx @@ -30,7 +30,6 @@ enum ConditionStatus { True = 'True', False = 'False', } - interface ModelRegistryTableRowStatusProps { conditions: K8sCondition[] | undefined; } @@ -118,8 +117,24 @@ export const ModelRegistryTableRowStatus: React.FC + );