feat(SW-322): variable name change

This commit is contained in:
Fredrik Thorsson
2024-10-09 08:45:53 +02:00
parent 84a11d731a
commit 67a33c9dc8
6 changed files with 9 additions and 9 deletions

View File

@@ -57,7 +57,7 @@ export const shortcutsSchema = z.object({
.transform(({ two_column_list, ...rest }) => {
return {
...rest,
twoColumnList: two_column_list,
hasTwoColumns: two_column_list,
}
}),
})