Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chartbrew/chartbrew
/ _onSaveVariables
Function
_onSaveVariables
client/src/sources/api/api-builder.jsx:359–362 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
357
};
358
359
const _onSaveVariables = () => {
360
setApiRequest({ ...apiRequest, variables });
361
toast.success(
"Variables saved 👌"
);
362
};
363
364
const _onTest = (dr = apiRequest) => {
365
const { formattedHeaders } = dr;
Callers
1
ApiBuilder
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected