mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Add slugs for Posts, Boards and OAuths (#321)
This commit is contained in:
committed by
GitHub
parent
e887bca9cf
commit
09fb156a4e
@@ -63,6 +63,7 @@ const boardsReducer = (
|
||||
id: board.id,
|
||||
name: board.name,
|
||||
description: board.description,
|
||||
slug: board.slug,
|
||||
})),
|
||||
areLoading: false,
|
||||
error: '',
|
||||
|
||||
Reference in New Issue
Block a user