Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Jun 22, 2023
1 parent f2c90a4 commit 00499a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/snaps-ui/src/nodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export enum ButtonTypes {
export const ButtonStruct = assign(
LiteralStruct,
object({
type: optional(literal(NodeType.Button)),
type: literal(NodeType.Button),
value: string(),
variant: optional(
union([
Expand Down

0 comments on commit 00499a8

Please sign in to comment.