fixup! wip: add ability to change project on edit / new pages.

This commit is contained in:
0x1eef 2024-01-11 00:09:09 -03:00
parent f78f38ae46
commit 6ae8f05ee3

View file

@ -110,7 +110,6 @@ export function Task({ taskId }: { taskId?: number }) {
defaultValue={task?.title}
{...register("title", { required: true })}
/>
<input type="hidden" name="projectId" {...register("projectId")} />
</div>
{isEditable ? (
<>