Skip to content

Commit

Permalink
fix: type composer missing (#433)
Browse files Browse the repository at this point in the history
* fix: missing `"type": "composer"` in composer action

* chore: changesets
  • Loading branch information
dalechyn authored Jul 23, 2024
1 parent dd54f19 commit 2d6a951
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/hungry-buttons-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"frog": patch
---

Fixed an issue with missing `"type": "composer"` in Composer Action Metadata Response that resulted in incorrect behaviour.
2 changes: 2 additions & 0 deletions src/frog-base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ export class FrogBase<
icon,
imageUrl,
name,
type: 'composer',
})
})
} else {
Expand All @@ -486,6 +487,7 @@ export class FrogBase<
icon,
imageUrl,
name,
type: 'composer',
})
})
}
Expand Down

0 comments on commit 2d6a951

Please sign in to comment.