refactor: improve board manage page (#323)
* refactor: improve board manage page * chore: address pull request feedback
This commit is contained in:
@@ -52,6 +52,7 @@ export const boardRouter = createTRPCRouter({
|
||||
columns: {
|
||||
id: true,
|
||||
name: true,
|
||||
isPublic: true,
|
||||
},
|
||||
with: {
|
||||
sections: {
|
||||
|
||||
Reference in New Issue
Block a user