working on location form, dropzone and previews
This commit is contained in:
@@ -52,7 +52,7 @@ function LocationCard(props) {
|
||||
</Group>
|
||||
<Text size="sm">{location.Description}</Text>
|
||||
<Group>
|
||||
<Button component={Link} to={`/location/${location.ID}`} state={{ location: location }}>View Details</Button>
|
||||
<Button component={Link} to={`/locations/${location.ID}`} state={{ location: location }}>View Details</Button>
|
||||
<Button onClick={() => navigateToRooms(location.ID, location.Name)}>View Rooms</Button>
|
||||
</Group>
|
||||
</Card>
|
||||
|
Reference in New Issue
Block a user