Compare commits
1 Commits
fix/remove
...
fix/readd-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f2e250b83c |
@@ -132,11 +132,7 @@ const Comment = ({
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
{!isEditing ? (
|
{!isEditing ? (
|
||||||
<ContentEditable
|
<p className="mt-2 text-sm">{comment}</p>
|
||||||
html={comment ?? ""}
|
|
||||||
disabled={true}
|
|
||||||
className="mt-2 text-sm"
|
|
||||||
/>
|
|
||||||
) : (
|
) : (
|
||||||
<form onSubmit={handleSubmit(onSubmit)}>
|
<form onSubmit={handleSubmit(onSubmit)}>
|
||||||
<ContentEditable
|
<ContentEditable
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: ghcr.io/kanbn/kan:latest
|
image: ghcr.io/kanbn/kan:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user