feat(provider): 供应商管理增强 - API 地址选择和 UI 优化 #78
Merged
Annotations
2 warnings
|
npm run check:
src/pages/ProviderManagementPage/components/RemoteTokenManagement.tsx#L161
React Hook useEffect has a missing dependency: 'loadTokens'. Either include it or remove the dependency array
|
|
npm run check:
src/pages/ProviderManagementPage/components/ImportTokenDialog.tsx#L101
React Hook useEffect has missing dependencies: 'profileName', 'toast', 'token.name', and 'toolId'. Either include them or remove the dependency array. If 'setProfileName' needs the current value of 'token.name', you can also switch to useReducer instead of useState and read 'token.name' in the reducer
|
Loading