1b2ed80c1c
## Context #4774 ## How was it tested Locally ## In further PRs - Update connection status upon page change - Adapt Info banner to dark mode - placeholders for form
17 lines
346 B
TypeScript
17 lines
346 B
TypeScript
export const mockedRemoteTables = [
|
|
{
|
|
__typename: 'RemoteTable',
|
|
id: 'bb06a39e-a792-424e-ac29-c54a395fdb4f',
|
|
name: 'Cars',
|
|
schema: 'public',
|
|
status: 'SYNCED',
|
|
},
|
|
{
|
|
__typename: 'RemoteTable',
|
|
id: '994b68c7-148d-4ee0-b557-c688c3f53f73',
|
|
name: 'Flowers',
|
|
schema: 'public',
|
|
status: 'NOT_SYNCED',
|
|
},
|
|
];
|