diff --git a/studio/src/pages/RequestorPage/RequestorPageContent/RequestorPageContent.tsx b/studio/src/pages/RequestorPage/RequestorPageContent/RequestorPageContent.tsx index 88be28c8b..ce2a63d7c 100644 --- a/studio/src/pages/RequestorPage/RequestorPageContent/RequestorPageContent.tsx +++ b/studio/src/pages/RequestorPage/RequestorPageContent/RequestorPageContent.tsx @@ -162,7 +162,7 @@ export const RequestorPageContent: React.FC = ( "mod+shift+g", (e) => { e.preventDefault(); - if (aiEnabled && !isLoadingParameters) { + if (aiEnabled) { setAiPromptOpen(true); } else { setAIDropdownOpen(true);