Skip to content

Commit

Permalink
Fixes #3729: Typescript and Runtime error after previous merge (#3794)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlesicka authored Nov 6, 2024
1 parent c3b9588 commit 290402e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop-client/src/components/common/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import { useModalState } from '../../hooks/useModalState';
import { AnimatedLoading } from '../../icons/AnimatedLoading';
import { SvgLogo } from '../../icons/logo';
import { SvgDelete } from '../../icons/v0';
import { useResponsive } from '../../ResponsiveProvider';
import { styles, theme } from '../../style';
import { tokens } from '../../tokens';
import { useResponsive } from '../responsive/ResponsiveProvider';

import { Button } from './Button2';
import { Input } from './Input';
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/3794.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [tlesicka]
---

Fixes typescript and runtime error from useResponsive update.

0 comments on commit 290402e

Please sign in to comment.