Skip to content

Commit

Permalink
Merge branch 'CP-2914' of https://github.com/mudita/mudita-center int…
Browse files Browse the repository at this point in the history
…o CP-2861
  • Loading branch information
MateuszMudita committed Oct 10, 2024
2 parents 60d4d49 + f5e1c7e commit f2e5638
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/

import path from "path"
import { Dispatch, ReduxRootState } from "Core/__deprecated__/renderer/store"
import { FlashingProcessState, SupportedPlatform, Product } from "../constants"
import { setFlashingProcessState } from "../actions/set-flashing-process-state.action"
Expand Down
10 changes: 6 additions & 4 deletions libs/msc-flash/msc-flash-harmony/src/lib/ui/recovery-mode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,12 @@ const RecoveryModeUI: FunctionComponent = () => {
<ButtonPrimary
config={{
text: intl.formatMessage(messages.button),
action: {
type: "custom",
callback: onStartRecovery,
},
actions: [
{
type: "custom",
callback: onStartRecovery,
},
],
disabled: !isConfirmed,
}}
/>
Expand Down

0 comments on commit f2e5638

Please sign in to comment.