Skip to content

Commit

Permalink
fix: submitbuttonlabel and description should be in action interface (#…
Browse files Browse the repository at this point in the history
…1110)

* fix: submitbuttonlabel and description should be in action interface

* chore: fix style

* fix: remove extraneous prop

---------

Co-authored-by: Nicolas Moreau <nicolas.moreau76@gmail.com>
  • Loading branch information
realSpok and Nicolas Moreau authored Nov 5, 2024
1 parent fe43fd6 commit a19e976
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ export interface SmartActionOptions {
endpoint?: string;
httpMethod?: string;
hooks?: SmartActionHooks;
submitButtonLabel?: string,
description?: string,
}

export interface SmartSegmentOptions {
Expand Down

0 comments on commit a19e976

Please sign in to comment.