Fix dialog focus
This commit is contained in:
+2
-2
@@ -80,8 +80,8 @@ export interface AppContextType {
|
||||
export interface DialogState {
|
||||
/** Whether dialog is visible */
|
||||
visible: boolean;
|
||||
/** Dialog type. Use 'custom' when a screen renders its own dialog overlay. */
|
||||
type: 'error' | 'info' | 'confirm' | 'custom';
|
||||
/** Dialog type */
|
||||
type: 'error' | 'info' | 'confirm';
|
||||
/** Dialog message */
|
||||
message: string;
|
||||
/** Callback for confirm dialog */
|
||||
|
||||
Reference in New Issue
Block a user