(feat) new ui build

This commit is contained in:
ishaan-jaff 2024-02-20 13:18:18 -08:00
parent 1227964155
commit 1dfb302dc7
17 changed files with 16 additions and 12 deletions

View file

@ -52,6 +52,10 @@ const ModelDashboard: React.FC<ModelDashboardProps> = ({
if (!modelData) {
return <div>Loading...</div>;
}
if (!accessToken || !token || !userRole || !userID) {
return <div>Loading...</div>;
}
let all_models_on_proxy: any[] = [];
// loop through model data and edit each row