Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Sep 17, 2024
1 parent 9fc2635 commit 9c3c61b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const DefaultTopicSettings = (props) => {
<React.Fragment>
<Stack spacing={1} direction="row" sx={{ float: 'right' }}>
<CustomizedButton title="Default topic setting: Given an event and units, updating the list of selected topics to default selected topics for the units." onClick={saveDefaultSeletedTopicsHandler} >Save</CustomizedButton>
<CustomizedButton title="Default topic setting: Given an event and units, loading the default list of selected topics for the units." onClick={loadDefaultSelectedTopicsHandler} >Save</CustomizedButton>
<CustomizedButton title="Default topic setting: Given an event and units, loading the default list of selected topics for the units." onClick={loadDefaultSelectedTopicsHandler} >Load</CustomizedButton>
</Stack>
{isSaved || isLoaded ? <Typography sx={{ color: 'green', float: 'right', display: 'inline-flex' }}>{msg}</Typography> : <Typography sx={{ color: 'red', float: 'right' }}>{msg}</Typography>}
</React.Fragment>
Expand Down

0 comments on commit 9c3c61b

Please sign in to comment.