Skip to content

Commit

Permalink
fix(FEC-12987): Moderation - Nothing happens once clicking on the on …
Browse files Browse the repository at this point in the history
…the moderation button - Regression (#735)

solves FEC-12987

related pr: kaltura/kaltura-player-js#608
  • Loading branch information
JonathanTGold committed Feb 28, 2023
1 parent 605de75 commit 5c18b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reducers/shell.js
Expand Up @@ -64,6 +64,7 @@ export const ReservedPresetNames = {
};

export const ReservedPresetAreas = {
PlayerArea: 'PlayerArea',
PresetArea: 'PresetArea',
InteractiveArea: 'InteractiveArea',
VideoArea: 'VideoArea',
Expand Down

0 comments on commit 5c18b75

Please sign in to comment.