mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 08:09:33 +01:00
fix: issue title input flicker (#4775)
This commit is contained in:
committed by
GitHub
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>
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user