Merge branch 'dashboard-canvas/add-widgets-menu/fix-bugs' into 'main'
add missing prop See merge request vkuchenik/website-framework!46
This commit is contained in:
@@ -11,7 +11,7 @@ import { CancelButton } from "../components/CancelButton";
|
||||
import { SaveButton } from "../components/SaveButton";
|
||||
import DeleteAllButton from "../components/DeleteAllButton";
|
||||
|
||||
export function DashboardCanvas({ view, layout, setLayout, onLayoutChange, onCancel, isDelete, setIsDelete, isEditable, setIsEditable, onChangeView }) {
|
||||
export function DashboardCanvas({ view, layout, setLayout, onLayoutChange, onCancel, isDelete, setIsDelete, isEditable, setIsEditable, onChangeView, setOriginalLayout }) {
|
||||
const [widgetArray, setWidgetArray] = useState([]);
|
||||
|
||||
const onAddWidget = (ID) => {
|
||||
|
||||
Reference in New Issue
Block a user