Allow opening a map view in OpenStreetMap (#7428)
This commit is contained in:
parent
38634f86d1
commit
a239c456e3
7 changed files with 143 additions and 2 deletions
|
@ -32,3 +32,5 @@ export const CollapsibleButton = ({ narrowMode, title, ...props }: ICollapsibleB
|
|||
label={narrowMode ? title : undefined}
|
||||
/>;
|
||||
};
|
||||
|
||||
export default CollapsibleButton;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue