Skip to content

Commit

Permalink
fix: remove extraneous prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Moreau committed Nov 5, 2024
1 parent caf7e8f commit 7d025ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ export interface SmartActionOptions {
endpoint?: string;
httpMethod?: string;
hooks?: SmartActionHooks;
description?: string;
submitButtonLabel?: string,
description?: string,
}
Expand Down

0 comments on commit 7d025ee

Please sign in to comment.