We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37d84d commit 0836699Copy full SHA for 0836699
src/extension/ui/src/components/tile/ConfigEditor.tsx
@@ -81,7 +81,7 @@ const ConfigEditor = ({
81
82
return (
83
<Stack spacing={1}>
84
- <Typography variant="subtitle2">Config</Typography>
+ <Typography variant="subtitle2">Parameters</Typography>
85
<Stack direction="column" spacing={2}>
86
{Object.keys(flattenedConfig).map((key: string) => {
87
const edited = localConfig[key] !== flattenedConfig[key];
0 commit comments