Display the list of calendars on accommodations settings page
This commit is contained in:
@@ -9,7 +9,6 @@ import {
|
||||
FormControl,
|
||||
IconButton,
|
||||
InputAdornment,
|
||||
InputLabel,
|
||||
OutlinedInput,
|
||||
Typography,
|
||||
} from "@mui/material";
|
||||
@@ -37,7 +36,6 @@ export function InstallCalendarDialog(p: {
|
||||
</Typography>
|
||||
<br />
|
||||
<FormControl fullWidth variant="outlined">
|
||||
<InputLabel>URL</InputLabel>
|
||||
<OutlinedInput
|
||||
value={AccommodationsCalendarURLApi.CalendarURL(p.cal!)}
|
||||
endAdornment={
|
||||
|
||||
Reference in New Issue
Block a user