Skip to content

Commit

Permalink
Merge pull request #2076 from candela97/fix-ssacheckbox-feature-on-re…
Browse files Browse the repository at this point in the history
…gisterkey

Fix missing `FKeepSSACheckboxState` feature on `CRegisterKey`
  • Loading branch information
tfedor authored Nov 19, 2024
2 parents ac9a704 + e81075c commit e44a4c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/Content/Features/Store/RegisterKey/CRegisterKey.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import FMultiProductKeys from "./FMultiProductKeys";
import FKeepSSACheckboxState from "@Content/Features/Common/FKeepSSACheckboxState";
import Context from "@Content/Modules/Context/Context";
import ContextType from "@Content/Modules/Context/ContextType";

Expand All @@ -8,6 +9,7 @@ export default class CRegisterKey extends Context {

super(ContextType.REGISTER_KEY, [
FMultiProductKeys,
FKeepSSACheckboxState,
]);
}
}

0 comments on commit e44a4c5

Please sign in to comment.