fix(ui): throw error on api error on flag update
This commit is contained in:
parent
5b660b14d8
commit
4020f6b16e
1 changed files with 1 additions and 0 deletions
|
|
@ -139,6 +139,7 @@ export default class FeatureFlagsStore {
|
|||
await this.client.updateStatus(flagId, isActive);
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
throw e
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue