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> </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

View File

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