mirror of
https://github.com/ente-io/ente.git
synced 2025-08-14 02:07:33 +00:00
Migrate from deprecated methods
This commit is contained in:
@@ -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?: {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user