fix: correct some workflow problems

This commit is contained in:
Riccardo
2024-05-28 07:11:57 +02:00
parent 85d66215a7
commit 8c36c90710
9 changed files with 47 additions and 20 deletions

View File

@@ -56,7 +56,7 @@ export function CreateItemForm({ profile, formAction, tags }: CreateItemProps) {
</Select>
</FormControl>
{profile && (
<FormControl variant="outlined">
<FormControl variant="outlined" required>
<InputLabel id="tag-label">Tag</InputLabel>
<Select
name="tag"