remove comments

This commit is contained in:
Steven Masley 2024-05-03 17:41:43 -05:00
parent f5e09cd130
commit 38623111c8
No known key found for this signature in database
1 changed files with 0 additions and 9 deletions

View File

@ -222,15 +222,6 @@ export const CreateTemplateForm: FC<CreateTemplateFormProps> = (props) => {
For testing purposes, we expose this as a hidden form element
that can be changed. For example, to "echo"
*/}
{/* <input
{...getFieldHelpers("provisioner_type")}
data-testid="provisioner-type-input"
disabled={isSubmitting}
// onChange={form.handleChange}
type="hidden"
name="new-value"
/> */}
<Field
type="hidden"
{...getFieldHelpers("provisioner_type")}