create panel: remove add tags section
This commit is contained in:
parent
d0aa9c710c
commit
9c11104110
|
@ -195,7 +195,7 @@ export function NewContract(props: { question: string; tag?: string }) {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Spacer h={4} />
|
{/* <Spacer h={4} />
|
||||||
|
|
||||||
<div className="form-control max-w-sm items-start">
|
<div className="form-control max-w-sm items-start">
|
||||||
<label className="label gap-2">
|
<label className="label gap-2">
|
||||||
|
@ -210,7 +210,7 @@ export function NewContract(props: { question: string; tag?: string }) {
|
||||||
value={tagText}
|
value={tagText}
|
||||||
onChange={(e) => setTagText(e.target.value || '')}
|
onChange={(e) => setTagText(e.target.value || '')}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div> */}
|
||||||
|
|
||||||
<Spacer h={4} />
|
<Spacer h={4} />
|
||||||
<TagsList tags={tags} noLink noLabel />
|
<TagsList tags={tags} noLink noLabel />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user