bug: update list names when switching boards
This commit is contained in:
@@ -47,6 +47,10 @@ export default function List({
|
|||||||
listPublicId: list.publicId,
|
listPublicId: list.publicId,
|
||||||
name: list.name,
|
name: list.name,
|
||||||
},
|
},
|
||||||
|
values: {
|
||||||
|
listPublicId: list.publicId,
|
||||||
|
name: list.name,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const onSubmit = (values: FormValues) => {
|
const onSubmit = (values: FormValues) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user