Skip to content

Commit

Permalink
Remove false ui:compose trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Sep 5, 2023
1 parent 357f3f7 commit 32d1aa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export default {
resourceTypes () {
const resourceTypes = [
// Three base types we always include when loading list of
// Four base types we always include when loading list of
// available automation scripts
'compose',
'compose:namespace',
Expand Down
2 changes: 0 additions & 2 deletions lib/vue/src/plugins/ui-hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ export class UIHooks {
resourceType = [resourceType]
}

resourceType = [...resourceType, 'ui:' + this.app]

return this.set
.filter(b => {
if (!resourceType.includes(b.resourceType)) {
Expand Down

0 comments on commit 32d1aa2

Please sign in to comment.