Skip to content

Commit 92525bc

Browse files
Revert "fix(bulk-import): fix runtime error on click of Preview PR (#625)" (#663)
This reverts commit 2aa88ad.
1 parent 4918a37 commit 92525bc

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

workspaces/bulk-import/.changeset/moody-chicken-design.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/bulk-import/plugins/bulk-import/src/components/PreviewFile/PreviewPullRequestForm.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)