Commit 22ab4bd6 authored by tanapon yotanak's avatar tanapon yotanak

update

parent 024d8d6e
Pipeline #509 failed with stages
...@@ -36,8 +36,8 @@ const DesignManagement = () => { ...@@ -36,8 +36,8 @@ const DesignManagement = () => {
const onSave = useCallback(() => { const onSave = useCallback(() => {
if (rfInstance) { if (rfInstance) {
const flow = rfInstance.toObject(); const flow = rfInstance.toObject();
console.log('flowKey: ' + flowKey) // console.log('flowKey: ' + flowKey)
console.log('flow: ' + flow) // console.log('flow: ' + flow)
localStorage.setItem(flowKey, JSON.stringify(flow)); localStorage.setItem(flowKey, JSON.stringify(flow));
} }
}, [rfInstance]); }, [rfInstance]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment