chore: Sets up store for teams settings page (#1727)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
committed by
GitHub
parent
c61edff189
commit
6a614a520b
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
1: {
|
||||
id: 1,
|
||||
account_id: 1,
|
||||
name: 'Test',
|
||||
description: 'Some team',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user