feat: include column name in board repository query response to use in board PageHead (#20)
This commit is contained in:
@@ -239,6 +239,7 @@ export const getBySlug = async (
|
||||
workspace: {
|
||||
columns: {
|
||||
publicId: true,
|
||||
name: true,
|
||||
slug: true,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user