feat: add Active and Add integration card displays (#4591)
* feat: add Active and Add integration card displays Closes #4541 * docs: add PaymentSuccess page stories * refactor: move page components
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
export const MOCK_REMOTE_DATABASES = [
|
||||
{
|
||||
name: 'airtable',
|
||||
isActive: false,
|
||||
},
|
||||
{
|
||||
name: 'postgresql',
|
||||
isActive: true,
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user