mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-10-21 18:54:02 +00:00
brrr
This commit is contained in:
@@ -222,8 +222,7 @@ export default function AreaOverview(props) {
|
||||
<Button
|
||||
icon={<IconDeleteStroked />}
|
||||
type="danger"
|
||||
onClick={(e) => {
|
||||
e.stopPropagation();
|
||||
onClick={() => {
|
||||
Toast.success(`Area deleted!`);
|
||||
deleteArea(i, true);
|
||||
}}
|
||||
|
Reference in New Issue
Block a user