Skip to content

Commit

Permalink
Add tags label in edit mode (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyballentine authored May 18, 2024
1 parent bf848b4 commit b6e376b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/models/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,8 @@ export default function Page({ modelId, similar: staticSimilar, modelData: stati
/>
</div>
</div>
<div className="mt-2 text-xs">
<div className="mt-2 flex gap-2 text-xs">
{editMode && <div>tags:</div>}
<EditableTags
readonly={!editMode}
tags={model.tags}
Expand Down

0 comments on commit b6e376b

Please sign in to comment.