feat(SW-322): variable name change
This commit is contained in:
@@ -57,7 +57,7 @@ export const shortcutsSchema = z.object({
|
||||
.transform(({ two_column_list, ...rest }) => {
|
||||
return {
|
||||
...rest,
|
||||
twoColumnList: two_column_list,
|
||||
hasTwoColumns: two_column_list,
|
||||
}
|
||||
}),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user