1ef8d03e18
Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
16 lines
214 B
JavaScript
16 lines
214 B
JavaScript
export default {
|
|
payload: [
|
|
{
|
|
id: 1,
|
|
name: 'test1',
|
|
logo: 'test',
|
|
enabled: true,
|
|
},
|
|
{
|
|
id: 2,
|
|
name: 'test2',
|
|
logo: 'test',
|
|
enabled: true,
|
|
},
|
|
],
|
|
};
|