mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
fix: provider change
This commit is contained in:
@@ -31,6 +31,10 @@ const KeySettings: React.FC = () => {
|
||||
const { fetchData } = useFetch()
|
||||
const [searchWord, setSearchWord] = useState<string>('')
|
||||
|
||||
useEffect(() => {
|
||||
pageListRef.current?.reload()
|
||||
}, [selectedProvider])
|
||||
|
||||
useEffect(() => {}, [])
|
||||
|
||||
const handleEdit = (record: APIKey) => {
|
||||
|
||||
Reference in New Issue
Block a user