fix:소스 코드 원복
This commit is contained in:
parent
137c268561
commit
ca2864d2bf
@ -47,8 +47,7 @@ export const useEstimateController = (planNo) => {
|
|||||||
const { promiseGet, get, post, promisePost } = useAxios(globalLocaleState)
|
const { promiseGet, get, post, promisePost } = useAxios(globalLocaleState)
|
||||||
|
|
||||||
const [isLoading, setIsLoading] = useState(false)
|
const [isLoading, setIsLoading] = useState(false)
|
||||||
// const [state, setState] = useReducer(reducer, defaultEstimateData)
|
const [state, setState] = useReducer(reducer, defaultEstimateData)
|
||||||
const { estimateContextState, setEstimateContextState } = useContext(FloorPlanContext)
|
|
||||||
const [newState, setNewState] = useState({})
|
const [newState, setNewState] = useState({})
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user