UpdateDialog on InstallScreen
This commit is contained in:
parent
28adb58c69
commit
1d1b124a92
14 changed files with 443 additions and 26 deletions
|
@ -8,7 +8,7 @@ import { DialogType } from '../../types/Dialogs';
|
|||
import type { StateType } from '../reducer';
|
||||
import type { UpdatesStateType } from '../ducks/updates';
|
||||
|
||||
const getUpdatesState = (state: Readonly<StateType>): UpdatesStateType =>
|
||||
export const getUpdatesState = (state: Readonly<StateType>): UpdatesStateType =>
|
||||
state.updates;
|
||||
|
||||
export const isUpdateDialogVisible = createSelector(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue