Add slugs for Posts, Boards and OAuths (#321)

This commit is contained in:
Riccardo Graziosi
2024-04-05 18:23:31 +02:00
committed by GitHub
parent e887bca9cf
commit 09fb156a4e
30 changed files with 262 additions and 25 deletions

View File

@@ -63,6 +63,7 @@ const boardsReducer = (
id: board.id,
name: board.name,
description: board.description,
slug: board.slug,
})),
areLoading: false,
error: '',