mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fix issue with pack query sidebar not depopulating when query is removed (#262)
This commit is contained in:
parent
22d9205d35
commit
0367cf6a67
1 changed files with 1 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ export class EditPackPage extends Component {
|
|||
|
||||
return Promise.all(promises)
|
||||
.then(() => {
|
||||
this.setState({ selectedScheduledQuery: null, selectedQuery: null });
|
||||
dispatch(renderFlash('success', 'Scheduled queries removed'));
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue