Skip to content

Commit

Permalink
change: removal of disabled flag from messages Refresh button
Browse files Browse the repository at this point in the history
  • Loading branch information
iarp committed Mar 11, 2024
1 parent 46281d6 commit 02c9613
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/message/Messages.tsx
Expand Up @@ -70,7 +70,6 @@ class Messages extends Component<IProps & Stores<'messagesStore' | 'appStore'>,
<Button
id="refresh-all"
variant="contained"
disabled={!hasMessages}
color="primary"
onClick={() => messagesStore.refreshByApp(appId)}
style={{marginRight: 5}}>
Expand Down

0 comments on commit 02c9613

Please sign in to comment.