feat: Show teams on sidebar (#1754)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
committed by
GitHub
parent
8d45849d0c
commit
eaafc45f45
@@ -4,5 +4,13 @@ export default {
|
||||
account_id: 1,
|
||||
name: 'Test',
|
||||
description: 'Some team',
|
||||
is_member: true,
|
||||
},
|
||||
2: {
|
||||
id: 2,
|
||||
account_id: 1,
|
||||
name: 'Test 1',
|
||||
description: 'Some team',
|
||||
is_member: false,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user