Fix typo in alertgroups url

This commit is contained in:
Michael Derynck 2022-06-06 10:13:17 -06:00
parent d820dc8900
commit b3fed35550

View file

@ -68,7 +68,7 @@ export class AlertGroupStore extends BaseStore {
constructor(rootStore: RootStore) {
super(rootStore);
this.path = '/alertgroups1/';
this.path = '/alertgroups/';
}
async attachAlert(pk: Alert['pk'], rootPk: Alert['pk']) {