Skip to content

Commit

Permalink
Merge pull request #637 from iarp/refresh-disabled-removal
Browse files Browse the repository at this point in the history
change: removal of disabled flag from messages Refresh button
  • Loading branch information
jmattheis committed Mar 12, 2024
2 parents 46281d6 + 02c9613 commit 13cbccc
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 13cbccc

Please sign in to comment.