diff --git a/frontend/src/component/common/GeneralSelect/GeneralSelect.tsx b/frontend/src/component/common/GeneralSelect/GeneralSelect.tsx index c0cc0c551e..fb3d7f1842 100644 --- a/frontend/src/component/common/GeneralSelect/GeneralSelect.tsx +++ b/frontend/src/component/common/GeneralSelect/GeneralSelect.tsx @@ -21,6 +21,7 @@ export interface ISelectMenuProps { disabled?: boolean; className?: string; classes?: any; + defaultValue?: string; } const GeneralSelect: React.FC = ({ @@ -29,6 +30,7 @@ const GeneralSelect: React.FC = ({ label = '', options, onChange, + defaultValue, id, disabled = false, className, @@ -53,6 +55,7 @@ const GeneralSelect: React.FC = ({ {label}