Fix typo in alertgroups url
This commit is contained in:
parent
d820dc8900
commit
b3fed35550
1 changed files with 1 additions and 1 deletions
|
|
@ -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']) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue