adding id to templates

pull/5042/head
lianahus 7 months ago committed by Aniket
parent bd80aa85b8
commit 3ec05bee6f
  1. 1
      apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx

@ -161,6 +161,7 @@ export class TemplatesSelectionPlugin extends ViewPlugin {
return <RemixUIGridCell
plugin={this}
title={item.displayName}
id={item.name}
searchKeywords={[item.displayName, item.description, template.name]}
tagList={item.tagList}
classList='TSCellStyle'

Loading…
Cancel
Save