[UserSettingsDialog] How to add a button to the footer? #12232
Unanswered
JenniferStamm
asked this question in
Q&A
Replies: 0 comments 1 reply
-
Hi @JenniferStamm, The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'd like to add a button to the footer of the UserSettingsDialog. In my use case, it's a general save button to save all changes made in the dialog.
Is there a straight-forward way or recommended way to do it? E.g. the generic Dialog component offers the
footer
property, but that doesn't seem to be available for the UserSettingsDialog.I can probably solve it by injecting the button into the DOM, but it just seems like I must be overlooking something here.
Thanks,
Jennifer
Beta Was this translation helpful? Give feedback.
All reactions