removed delete button
+ renamed delete button to edit button (to keep functionality) + removed edit button (redundant) + on add widgets, it no longer asks you to save before continuing
This commit is contained in:
@@ -9,7 +9,7 @@ import { chakra } from "@chakra-ui/react";
|
||||
import Personal from "./views/Personal";
|
||||
import Security from "./views/Security";
|
||||
|
||||
export default function Canvas({...props}) {
|
||||
export default function Canvas(props) {
|
||||
const { view } = props;
|
||||
return (
|
||||
<chakra.div width="100%" height="100%">
|
||||
|
||||
Reference in New Issue
Block a user