mid 변경
This commit is contained in:
@@ -20,6 +20,7 @@ export const HeaderNavigation = ({
|
||||
setMenuOn,
|
||||
favoriteEdit,
|
||||
loginSuccess,
|
||||
mid,
|
||||
setMid
|
||||
}: HeaderNavigationProps) => {
|
||||
const { mutateAsync: appAlarmUnreadCount } = useAppAlarmUnreadCountMutation();
|
||||
@@ -111,6 +112,7 @@ export const HeaderNavigation = ({
|
||||
<select
|
||||
className="heading-select"
|
||||
onChange={ onChangeToMid }
|
||||
value={ mid }
|
||||
>
|
||||
{ selectOptions && selectOptions.length > 0 &&
|
||||
selectOptions.map((value, index) => (
|
||||
|
||||
@@ -361,6 +361,7 @@ export const SubLayout = () => {
|
||||
favoriteEdit={ favoriteEdit }
|
||||
key={ headerNavigationKey }
|
||||
loginSuccess={ loginSuccess }
|
||||
mid={ mid }
|
||||
setMid={ setMid }
|
||||
/>
|
||||
{ loginSuccess &&
|
||||
|
||||
Reference in New Issue
Block a user