Skip to content

Commit

Permalink
feat✨:
Browse files Browse the repository at this point in the history
  • Loading branch information
wcz0 committed Sep 29, 2024
1 parent 96f3649 commit ebb4c81
Show file tree
Hide file tree
Showing 174 changed files with 23,327 additions and 23,312 deletions.
5 changes: 5 additions & 0 deletions renderers/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,8 @@ func (a *Action) Type(value interface{}) *Action {
a.Set("type", value)
return a
}

func (c *Action) ConfirmTitle(value interface{}) *Action {
c.Set("confirmTitle", value)
return c
}
Loading

0 comments on commit ebb4c81

Please sign in to comment.