Fix api keys issue (#706)
This commit is contained in:
parent
bd7582a59b
commit
af9b0dde36
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ const ProfileSettings: React.FC<ProfileSettingsProps> = ({
|
|||
}, [showErrorToast]);
|
||||
|
||||
useEffect(() => {
|
||||
if (activeTab === 'apiKeys' && !apiKeysLoaded) {
|
||||
if (activeTab === 'api-keys' && !apiKeysLoaded) {
|
||||
loadApiKeys();
|
||||
}
|
||||
}, [activeTab, apiKeysLoaded, loadApiKeys]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue