Refactor: Update project handling and sharing functionalities; integrate shared projects retrieval; enhance user data structure and loading mechanisms; improve input handling in MultiEmailInvite component; adjust wall generation callbacks in DXF processing.
This commit is contained in:
@@ -12,7 +12,7 @@ const SelectFloorPlan: React.FC = () => {
|
||||
// Access layout state and state setters
|
||||
const { currentLayout, setLayout } = useLayoutStore();
|
||||
// Access DXF-related states and setters
|
||||
const { setDfxUploaded, setDfxGenerate, setObjValue, objValue } =
|
||||
const { setDfxUploaded, setDxfWallGenerate, setObjValue, objValue } =
|
||||
useDfxUpload();
|
||||
const { activeLayer } = useActiveLayer();
|
||||
const { wallThickness, wallHeight, insideMaterial, outsideMaterial } = useBuilderStore();
|
||||
@@ -63,7 +63,7 @@ const SelectFloorPlan: React.FC = () => {
|
||||
if (parsedFile !== undefined) {
|
||||
getWallPointsFromBlueprint({
|
||||
parsedData: parsedFile,
|
||||
setDfxGenerate,
|
||||
setDxfWallGenerate,
|
||||
objValue,
|
||||
wallThickness, wallHeight, outsideMaterial, insideMaterial, activeLayer, addWall, walls
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user