working on location form, dropzone and previews
This commit is contained in:
@@ -53,7 +53,7 @@ function LocationsPage() {
|
||||
<>
|
||||
<Center>{ isLoading && <Loader size="xl" variant="bars" />}</Center>
|
||||
<Center><Title order={1}>Locations</Title></Center>
|
||||
<Button leftIcon={<HiPlus />} onClick={(e) => {navigate("/locations/new")}}>Add New Location</Button>
|
||||
<Button mb="lg" leftIcon={<HiPlus />} onClick={(e) => {navigate("/locations/new")}}>Add New Location</Button>
|
||||
<SimpleGrid
|
||||
spacing="md"
|
||||
cols={4}
|
||||
|
Reference in New Issue
Block a user