Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Apr 22, 2024
1 parent 3996500 commit 029eeed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/client/app/ModelsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ const ModelsPage = () => {
<div className={`${showAddModel ? 'hidden' : ''} flex justify-end w-full px-6.5 py-3`}>
<Button
onClick={async () => {
updateExistingModel && setUpdateExistingModel(null);
setIsLoading(true);
await fetchData();
setShowAddModel(true);
Expand Down

0 comments on commit 029eeed

Please sign in to comment.