1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-13 23:48:55 +01:00
fab-manager/test/frontend/__fixtures__/profile_custom_fields.ts

17 lines
208 B
TypeScript
Raw Normal View History

2022-12-20 16:47:46 +01:00
const fields = [
{
id: 1,
label: 'N° SIRET',
required: false,
actived: true
},
{
id: 2,
label: 'Code NAF',
required: false,
actived: true
}
];
export default fields;