Skip to content

Commit d8ac095

Browse files
committed
Add react hook dependency
1 parent 94a90b9 commit d8ac095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/apps/AppApiExamples.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ axios
149149
});
150150
151151
`);
152-
}, [app.input_schema, app.uuid, profile?.token]);
152+
}, [app?.data?.input_fields, app?.uuid, profile?.token]);
153153

154154
return (
155155
<div>

0 commit comments

Comments
 (0)