Skip to content

Commit

Permalink
Revert vaul changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulkrishh committed Jan 14, 2024
1 parent 4065f91 commit 1315fd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions components/add/expenses.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ export default function AddExpense({ show, onHide, mutate, selected, lookup }: A
placeholder="Swiggy - Biriyani"
maxLength={30}
required
ref={inputRef}
autoFocus
autoComplete="off"
onChange={({ target }) => {
const { value } = target;
Expand Down
2 changes: 1 addition & 1 deletion components/modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface ModalProps {
}

export default function Modal({ show, title, children, onHide, someRef }: ModalProps) {
const isDesktop = useMediaQuery('(min-width: 768px)');
const isDesktop = true; // useMediaQuery('(min-width: 768px)');

return (
<>
Expand Down

1 comment on commit 1315fd5

@vercel
Copy link

@vercel vercel bot commented on 1315fd5 Jan 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.