물건상세 버튼 재수정
This commit is contained in:
parent
93df67fd7b
commit
db2aad9673
@ -2,7 +2,6 @@
|
||||
|
||||
import { useState, useEffect, useRef, useContext } from 'react'
|
||||
import { useRouter, useSearchParams } from 'next/navigation'
|
||||
import { Button } from '@nextui-org/react'
|
||||
import Select from 'react-select'
|
||||
import { useAxios } from '@/hooks/useAxios'
|
||||
import { globalLocaleStore } from '@/store/localeAtom'
|
||||
@ -2311,7 +2310,12 @@ export default function StuffDetail() {
|
||||
</div>
|
||||
{managementState?.tempFlg === '1' ? (
|
||||
<>
|
||||
<button className="btn-origin grey" onPress={onSearchDesignRequestPopOpen} style={{ display: showButton }}>
|
||||
<button
|
||||
type="button"
|
||||
className="btn-origin grey"
|
||||
onClick={onSearchDesignRequestPopOpen}
|
||||
style={{ display: showButton }}
|
||||
>
|
||||
{getMessage('stuff.planReqPopup.title')}
|
||||
</button>
|
||||
</>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user