service -> serviceId
This commit is contained in:
@@ -18,7 +18,7 @@ class Integration extends BaseModel {
|
||||
ui: UiStore;
|
||||
|
||||
id: string;
|
||||
serviceId: string;
|
||||
service: string;
|
||||
collectionId: string;
|
||||
events: Events;
|
||||
settings: Settings;
|
||||
|
||||
@@ -23,7 +23,7 @@ class IntegrationsStore extends BaseStore {
|
||||
|
||||
@computed
|
||||
get slackIntegrations(): Integration[] {
|
||||
return _.filter(this.orderedData, { serviceId: 'slack' });
|
||||
return _.filter(this.orderedData, { service: 'slack' });
|
||||
}
|
||||
|
||||
@action
|
||||
|
||||
Reference in New Issue
Block a user