Chatwoot/app/javascript/dashboard/store/modules/specs/dashboardApps/fixtures.js

20 lines
416 B
JavaScript
Raw Normal View History

export const payload = {
title: 'Test',
content: [
{ url: 'https://example.com', type: 'frame' },
{ url: 'https://chatwoot.com', type: 'frame' },
],
};
export const automationsList = [
{
id: 15,
title: 'Test',
content: [
{ url: 'https://example.com', type: 'frame' },
{ url: 'https://chatwoot.com', type: 'frame' },
],
created_at: '2022-06-27T08:28:29.841Z',
},
];