Migrate from deprecated methods

This commit is contained in:
Manav Rathi
2024-11-07 14:24:03 +05:30
parent da3f3fbb57
commit c879e8cb77
2 changed files with 16 additions and 12 deletions

View File

@@ -46,9 +46,9 @@ export interface MiniDialogAttributes {
/**
* Customize the primary action button shown in the dialog.
*
* This is provided by boxes which serve as some sort of confirmation. For
* dialogs which are informational notifications, this is usually skipped,
* only the {@link close} action button is configured.
* This is provided by boxes which serve as some sort of confirmation. If
* not provided, only the {@link cancel} button is shown, unless that too is
* explicitly disabled.
*/
continue?: {
/**