Fix drawing tool rename in map controls
This commit is contained in:
parent
d677f3623f
commit
afb22c7a73
@ -42,9 +42,9 @@ function MapContols({
|
||||
SettingsComponent: FogToolSettings,
|
||||
},
|
||||
drawing: {
|
||||
id: "brush",
|
||||
id: "drawing",
|
||||
icon: <BrushToolIcon />,
|
||||
title: "Brush Tool",
|
||||
title: "Drawing Tool",
|
||||
SettingsComponent: DrawingToolSettings,
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user