709 adapt creation modal to mobile view (#744)
* [#709] adapt creation modal to mobile view * [#709] extracted time and date pickers to relevant subcomponents * [#709] add bottom sheet to creation modal * [#709] set autocomplete to off in title and location * [#709] remove autofocus in event update modal
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {
|
||||
DateTimeFields,
|
||||
DateTimeFieldsProps
|
||||
} from '@/components/Event/components/DateTimeFields'
|
||||
} from '@/components/Event/components/DateTimeFields/DateTimeFields'
|
||||
import { act, fireEvent, render, screen, waitFor } from '@testing-library/react'
|
||||
import userEvent from '@testing-library/user-event'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user