fix: issue title input flicker (#4775)
This commit is contained in:
parent
aa92ace57f
commit
eb34dcaaaa
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ export const IssueTitleInput: FC<IssueTitleInputProps> = observer((props) => {
|
|||
/255
|
||||
</div>
|
||||
</div>
|
||||
{title.length === 0 && <span className="text-sm text-red-500">Title is required</span>}
|
||||
{title.length && title.length === 0 && <span className="text-sm text-red-500">Title is required</span>}
|
||||
</div>
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue