Skip to content

Commit 3d2b7cc

Browse files
authored
Merge pull request #218 from Geode-solutions/fix/mesh_components
fix(MeshComponents): added id to params
2 parents 8797d42 + 5bf7b6e commit 3d2b7cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@
7676
"publishConfig": {
7777
"access": "public"
7878
}
79-
}
79+
}

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)