mid 변경

This commit is contained in:
focp212@naver.com
2025-10-30 10:57:52 +09:00
parent e4e73dec72
commit 506f6c0acf
7 changed files with 56 additions and 14 deletions

View File

@@ -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) => (

View File

@@ -361,6 +361,7 @@ export const SubLayout = () => {
favoriteEdit={ favoriteEdit }
key={ headerNavigationKey }
loginSuccess={ loginSuccess }
mid={ mid }
setMid={ setMid }
/>
{ loginSuccess &&