Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Jun 22, 2024
1 parent 5964530 commit 03dc708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/scenes/frame/panels/Diagram/diagramLogic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ export const diagramLogic = kea<diagramLogicType>([
updateNodeData: sharedListeners.nodesChanged,
deleteApp: sharedListeners.nodesChanged,
updateNodeConfig: ({ id, field, value }) => {
const { nodes } = values
actions.setFrameFormValues({
scenes: values.editingFrame.scenes?.map((scene) =>
scene.id === props.sceneId && !equal(scene.nodes, nodes)
Expand Down

0 comments on commit 03dc708

Please sign in to comment.