create panel: remove add tags section

This commit is contained in:
mantikoros 2022-04-04 10:32:04 -05:00
parent d0aa9c710c
commit 9c11104110

View File

@ -195,7 +195,7 @@ export function NewContract(props: { question: string; tag?: string }) {
/>
</div>
<Spacer h={4} />
{/* <Spacer h={4} />
<div className="form-control max-w-sm items-start">
<label className="label gap-2">
@ -210,7 +210,7 @@ export function NewContract(props: { question: string; tag?: string }) {
value={tagText}
onChange={(e) => setTagText(e.target.value || '')}
/>
</div>
</div> */}
<Spacer h={4} />
<TagsList tags={tags} noLink noLabel />