change: removal of disabled flag from messages Refresh button
This commit is contained in:
parent
46281d6a51
commit
02c9613ac1
|
|
@ -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}}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue