File tree Expand file tree Collapse file tree
plugins/bulk-import/src/components/PreviewFile Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -268,8 +268,6 @@ export const PreviewPullRequestForm = ({
268268 </ Box >
269269
270270 < TextField
271- // eslint-disable-next-line no-restricted-syntax
272- id = { `${ approvalTool } title` . toLowerCase ( ) . split ( ' ' ) . join ( '-' ) }
273271 label = { `${ approvalTool } title` }
274272 placeholder = "Add Backstage catalog entity descriptor files"
275273 variant = "outlined"
@@ -284,8 +282,6 @@ export const PreviewPullRequestForm = ({
284282 />
285283
286284 < TextField
287- // eslint-disable-next-line no-restricted-syntax
288- id = { `${ approvalTool } body` . toLowerCase ( ) . split ( ' ' ) . join ( '-' ) }
289285 label = { `${ approvalTool } body` }
290286 placeholder = "A describing text with Markdown support"
291287 margin = "normal"
@@ -305,7 +301,6 @@ export const PreviewPullRequestForm = ({
305301 </ Box >
306302
307303 < TextField
308- id = "component-name"
309304 label = "Name of the created component"
310305 placeholder = "Component Name"
311306 margin = "normal"
You can’t perform that action at this time.
0 commit comments