Browse Source
Merge branch 'master' into add-message-persistance
pull/536/head
Dan Ditomaso
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
src/components/Dialog/DialogManager.tsx
|
|
|
@ -12,6 +12,7 @@ import { RefreshKeysDialog } from "@components/Dialog/RefreshKeysDialog/RefreshK |
|
|
|
import { RebootOTADialog } from "@components/Dialog/RebootOTADialog.tsx"; |
|
|
|
import { ClearMessagesDialog } from "@components/Dialog/ClearMessagesDialog/ClearMessagesDialog.tsx"; |
|
|
|
|
|
|
|
|
|
|
|
export const DialogManager = () => { |
|
|
|
const { channels, config, dialog, setDialogOpen } = useDevice(); |
|
|
|
return ( |
|
|
|
|