mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: issue title input flicker (#4775)
This commit is contained in:
parent
aa92ace57f
commit
eb34dcaaaa
@ -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…
Reference in New Issue
Block a user