bug: Unformatted curl requests in API Access menu (#8817)

fixed bad logic

Co-authored-by: Carlos Coelho <80289056+carlosrcoelho@users.noreply.github.com>
This commit is contained in:
Deon Sanchez 2025-07-02 11:41:04 -06:00 committed by GitHub
commit b6b1917c8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,7 +64,7 @@ export default function APITabsComponent() {
endpointName: endpointName || "",
streaming: streaming,
flowId: flowId || "",
isAuthenticated: !autologin || false,
isAuthenticated: autologin || false,
processedPayload: processedPayload,
};
const tabsList: tabsArrayType = [