bug: update list names when switching boards

This commit is contained in:
Henry
2024-10-31 13:25:03 +00:00
parent 6a0add079f
commit 8a7613382f

View File

@@ -47,6 +47,10 @@ export default function List({
listPublicId: list.publicId,
name: list.name,
},
values: {
listPublicId: list.publicId,
name: list.name,
},
});
const onSubmit = (values: FormValues) => {