button_validate_working

This commit is contained in:
Pascal 2024-11-26 13:38:42 +01:00
parent 31f0aae2fb
commit a6add5dd49

View File

@ -99,7 +99,17 @@ export const groupsMock = [
createdAt: null,
deadline: null,
signatures: []
}
},
{
id: 107,
name: "Document à signer",
description: "Document vierge pour le règlement intérieur",
visibility: VISIBILITY_LEVELS.PUBLIC,
status: DOCUMENT_STATUS.DRAFT,
createdAt: null,
deadline: null,
signatures: []
},
],
roles: [
{