Skip to content

Commit

Permalink
Remove old unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
mgielda committed Sep 28, 2023
1 parent 8c9f7fc commit cd1c753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TemplateManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const TemplateManager = ({ setText, templatelist, setSyncText }) => {
return html`
${showModal && html`<${Modal} selectedTemplate=${selectedTemplate} closeModal=${() => { setShowModal(false); setSelectedTemplate(false); }} changeDocumentTemplate=${changeDocumentTemplate}/>`}
<${Dropdown}>
<${TopbarButton} type="button" template=${template}>Templates<//>
<${TopbarButton} type="button">Templates<//>
<${TemplatesList}>
<${TemplateDropdownContent}>
${Object.keys(readyTemplates).map(key => (
Expand Down

0 comments on commit cd1c753

Please sign in to comment.