Skip to content

Commit e27109e

Browse files
committed
chore: remove unnecessary callback deps
1 parent 9717f64 commit e27109e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/settings/ApiOptions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ const ApiOptions = ({
312312
break
313313
}
314314
},
315-
[setApiConfigurationField, apiConfiguration, routerModels, organizationAllowList],
315+
[setApiConfigurationField, apiConfiguration, organizationAllowList],
316316
)
317317

318318
const modelValidationError = useMemo(() => {

0 commit comments

Comments
 (0)