Skip to content

Commit

Permalink
chore: disable refresh data button
Browse files Browse the repository at this point in the history
  • Loading branch information
doprz committed Oct 6, 2024
1 parent eb63d81 commit 234d0b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/views/components/settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ export default function Settings(): JSX.Element {
color='ut-black'
icon={RefreshIcon}
onClick={() => console.log('Refresh clicked')}
disabled={!enableDataRefreshing}
// disabled={!enableDataRefreshing}
disabled
>
Refresh
</Button>
Expand Down
2 changes: 1 addition & 1 deletion src/views/lib/pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
"sideEffects": [
"./snippets/*"
]
}
}

0 comments on commit 234d0b4

Please sign in to comment.