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

update

parent 024d8d6e
Pipeline #509 failed with stages
......@@ -36,8 +36,8 @@ const DesignManagement = () => {
const onSave = useCallback(() => {
if (rfInstance) {
const flow = rfInstance.toObject();
console.log('flowKey: ' + flowKey)
console.log('flow: ' + flow)
// console.log('flowKey: ' + flowKey)
// console.log('flow: ' + flow)
localStorage.setItem(flowKey, JSON.stringify(flow));
}
}, [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