[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:
parent
6e0ece496a
commit
f3340749e8
11 changed files with 48 additions and 42 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue