Skip to content

Commit 69c8eb4

Browse files
committed
refactor : ai 요청도 history로 복구 가능하도록 수정
1 parent d352510 commit 69c8eb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/src/store/NodeListProvider.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ export default function NodeListProvider({ children }: { children: ReactNode })
8787
payload: initializedNodes,
8888
callback: (response) => {
8989
overrideNodeData(response);
90-
overrideHistory(JSON.stringify(response));
9190
},
9291
});
9392
},

0 commit comments

Comments
 (0)