Skip to content

Commit dafb866

Browse files
committed
missing space
1 parent 81bd19a commit dafb866

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/agentflow/src/features/canvas/components/ValidationFeedback.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ function ValidationFeedbackComponent({ nodes, edges, availableNodes, setNodes }:
151151
title='Validate flow'
152152
onClick={handleToggle}
153153
sx={{
154-
zIndex:10,
154+
zIndex: 10,
155155
color: 'white',
156156
backgroundColor: 'primary.main',
157157
'&:hover': {

0 commit comments

Comments
 (0)