adding id to templates

pull/5370/head
lianahus 4 months ago committed by Aniket
parent 2f7638beac
commit 156ccb79c9
  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