We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95871b0 commit fb4f426Copy full SHA for fb4f426
web/components/issues/title-input.tsx
@@ -48,6 +48,8 @@ export const IssueTitleInput: FC<IssueTitleInputProps> = observer((props) => {
48
[setIsSubmitting]
49
);
50
51
+ if (disabled) return <div className="text-2xl font-medium">{title}</div>;
52
+
53
return (
54
<div className="relative">
55
<TextArea
0 commit comments