Skip to content

Commit 6f070b3

Browse files
authored
Merge pull request #4 from DavidDurman/flow-types
Use new flow types when filtering ui.Integrations
2 parents e2c2b68 + c25e5f8 commit 6f070b3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

main.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,10 @@ function createWidgets() {
7171
customFilter: [{
7272
// Show only integration templates shared with users in this demo app.
7373
...(DOMAIN_FILTER && { 'sharedWith.0.domain': DOMAIN_FILTER }),
74-
type: 'integration'
74+
type: 'integration-template'
7575
}, {
7676
userId: appmixer.get('user').id,
77-
templateId: '>0'
78-
//type: 'integration-instance' // Uncomment and remove line above once v6 is released.
77+
type: 'integration-instance'
7978
}]
8079
}
8180
});

0 commit comments

Comments
 (0)