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 55ed4f3 commit dbf1884Copy full SHA for dbf1884
src/ui/layouts/stackComponents/ConfigureComponent/CreateComponent/index.tsx
@@ -345,7 +345,7 @@ export const CreateComponent: React.FC<{ flavor: any; state: any }> = ({
345
{props.sensitive ? (
346
<Box marginTop="lg" style={{ width: '329px' }}>
347
<MakeSecretField
348
- label={titleCase(props.name)}
+ label={titleCase(props.name) + ' (Secret)'}
349
placeholder={''}
350
handleClick={() => {
351
const state = {
0 commit comments