Skip to content

Commit 3ec05be

Browse files
LianaHusAniket-Engg
authored andcommitted
adding id to templates
1 parent bd80aa8 commit 3ec05be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ export class TemplatesSelectionPlugin extends ViewPlugin {
161161
return <RemixUIGridCell
162162
plugin={this}
163163
title={item.displayName}
164+
id={item.name}
164165
searchKeywords={[item.displayName, item.description, template.name]}
165166
tagList={item.tagList}
166167
classList='TSCellStyle'

0 commit comments

Comments
 (0)