Skip to content

Commit

Permalink
fix: configurator action UpdateConfigurationFinalizeFail has wrong ba…
Browse files Browse the repository at this point in the history
…se (#19059)
  • Loading branch information
ChristophHi authored Jul 18, 2024
1 parent effb491 commit 948a86b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export class UpdateConfigurationFinalizeSuccess extends StateUtils.EntitySuccess
}
}

export class UpdateConfigurationFinalizeFail extends StateUtils.EntitySuccessAction {
export class UpdateConfigurationFinalizeFail extends StateUtils.EntityFailAction {
readonly type = UPDATE_CONFIGURATION_FINALIZE_FAIL;
constructor(public payload: Configurator.Configuration) {
super(CONFIGURATOR_DATA, payload.owner.key);
Expand Down

0 comments on commit 948a86b

Please sign in to comment.