Chatwoot/app/javascript/dashboard/store/modules/specs/teams/fixtures.js
Nithin David Thomas 6a614a520b
chore: Sets up store for teams settings page (#1727)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2021-02-04 13:19:59 +05:30

8 lines
110 B
JavaScript

export default {
1: {
id: 1,
account_id: 1,
name: 'Test',
description: 'Some team',
},
};