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:
parent
c0aca94680
commit
b6b1917c8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue