Compare commits

..

1 Commits

Author SHA1 Message Date
Henry
f2e250b83c chore: patch migration order 2025-06-10 21:09:36 +01:00
2 changed files with 3 additions and 5 deletions

View File

@@ -132,11 +132,7 @@ const Comment = ({
)}
</div>
{!isEditing ? (
<ContentEditable
html={comment ?? ""}
disabled={true}
className="mt-2 text-sm"
/>
<p className="mt-2 text-sm">{comment}</p>
) : (
<form onSubmit={handleSubmit(onSubmit)}>
<ContentEditable

View File

@@ -1,3 +1,5 @@
version: "3.7"
services:
web:
image: ghcr.io/kanbn/kan:latest