Merge pull request #637 from iarp/refresh-disabled-removal

change: removal of disabled flag from messages Refresh button
This commit is contained in:
Jannis Mattheis 2024-03-12 18:53:20 +01:00 committed by GitHub
commit 13cbcccc19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ class Messages extends Component<IProps & Stores<'messagesStore' | 'appStore'>,
<Button <Button
id="refresh-all" id="refresh-all"
variant="contained" variant="contained"
disabled={!hasMessages}
color="primary" color="primary"
onClick={() => messagesStore.refreshByApp(appId)} onClick={() => messagesStore.refreshByApp(appId)}
style={{marginRight: 5}}> style={{marginRight: 5}}>