mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
Alert page - migrate to React and redesign (#4153)
This commit is contained in:
@@ -32,4 +32,15 @@ exports.seedData = [
|
||||
type: 'pg',
|
||||
},
|
||||
},
|
||||
{
|
||||
route: '/api/destinations',
|
||||
type: 'json',
|
||||
data: {
|
||||
name: 'Test Email Destination',
|
||||
options: {
|
||||
addresses: 'test@example.com',
|
||||
},
|
||||
type: 'email',
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user