fix: add space (#35264)
This commit is contained in:
committed by
Randell Dawson
parent
2f27b6e687
commit
3b12bbb716
@ -178,7 +178,7 @@ export class BackEnd extends Component {
|
|||||||
instructions={instructions}
|
instructions={instructions}
|
||||||
/>
|
/>
|
||||||
<Form
|
<Form
|
||||||
buttonText={buttonCopy + '(Ctrl + Enter)'}
|
buttonText={`${buttonCopy} (Ctrl + Enter)`}
|
||||||
formFields={formFields}
|
formFields={formFields}
|
||||||
id={backendNS}
|
id={backendNS}
|
||||||
options={options}
|
options={options}
|
||||||
|
Reference in New Issue
Block a user