[WEB-2001] fix: Issue local cache fixes (#5703)

* Fix sync of local updates

* Escape single quotes!!

* Fix last updated time query

* Move console.logs out

* Fix issue title not rendering line breaks when disabled

* Add a todo

* Fix build errors

* Disable local
This commit is contained in:
Satish Gandham 2024-09-26 14:04:59 +05:30 committed by GitHub
parent 6e0ece496a
commit f3340749e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 48 additions and 42 deletions

View file

@ -100,7 +100,7 @@ export const IssueTitleInput: FC<IssueTitleInputProps> = observer((props) => {
[setIsSubmitting]
);
if (disabled) return <div className="text-2xl font-medium">{title}</div>;
if (disabled) return <div className="text-2xl font-medium whitespace-pre-line">{title}</div>;
return (
<div className="flex flex-col gap-1.5">