fix: remove duplicate projectId parameter in setFloorItemApi function
This commit is contained in:
@@ -5,7 +5,6 @@ export const setFloorItemApi = async (
|
|||||||
modelName?: string,
|
modelName?: string,
|
||||||
projectId?: string,
|
projectId?: string,
|
||||||
assetId?: string,
|
assetId?: string,
|
||||||
projectId?: string,
|
|
||||||
position?: Object,
|
position?: Object,
|
||||||
rotation?: Object,
|
rotation?: Object,
|
||||||
isLocked?: boolean,
|
isLocked?: boolean,
|
||||||
|
|||||||
Reference in New Issue
Block a user