describe why pubs are greyed out
Gitea/subman-nextjs/pipeline/head This commit looks good Details

This commit is contained in:
andrzej 2024-10-16 12:13:44 +02:00
parent c8c29fab75
commit 872c1fd53a
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ export default function SubmissionForm({ stories, pubs, responses, defaults, clo
{pubsSelectItems}
</SelectContent>
</Select>
<FormDescription className="text-xs md:text-base">The market you sent it to</FormDescription>
<FormDescription className="text-xs md:text-base">The market you sent it to. Bad genre fits are greyed out.</FormDescription>
<FormMessage />
</FormItem>
)}