Skip to content

Commit

Permalink
reverted Theme dropdown option value
Browse files Browse the repository at this point in the history
  • Loading branch information
Mila2999 committed Apr 5, 2024
1 parent e9cb443 commit a2d7c98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ export enum DROPDOWN_MENU_PLACEMENT {

export type DropdownOption = {
label: string;
value: string | number;
value: string | number | Theme;
isMandatory?: boolean;
};

0 comments on commit a2d7c98

Please sign in to comment.