Skip to content

Commit 9ce2c93

Browse files
committed
fix(MeshComponents): added id to params
1 parent 8797d42 commit 9ce2c93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stores/data_base.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ export const useDataBaseStore = defineStore("dataBase", () => {
7474
{
7575
schema: back_schemas.opengeodeweb_back.models.mesh_components,
7676
params: {
77+
id,
7778
filename: native_filename,
7879
geode_object,
7980
},

0 commit comments

Comments
 (0)