Skip to content

Commit

Permalink
fix loading miss
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberhan123 committed Jan 18, 2024
1 parent 6615c8c commit 7d382ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ function App() {
Select Model
</Button>
<Button
loading={loadModelLoading || optionsLoading || setOptionsLoading}
icon={<SettingOutlined/>}
onClick={() => {
setOpen(true)
Expand Down

0 comments on commit 7d382ad

Please sign in to comment.