Skip to content
Snippets Groups Projects
Commit 1948fbcd authored by L. Ellenbeck's avatar L. Ellenbeck
Browse files

Fix: Fix update bug (coscine/issues#2995)

parent 30ac06a5
No related branches found
No related tags found
2 merge requests!466merge dev into main,!465Fix: Fix update bug (coscine/issues#2995)
Pipeline #1532688 passed
......@@ -398,6 +398,7 @@ export const useResourceStore = defineStore({
resourceForUpdateDto: ResourceForUpdateDto,
): Promise<boolean> {
const notificationStore = useNotificationStore();
resourceForUpdateDto.resourceTypeOptions = undefined;
try {
await ProjectResourceApi.updateResourceForProject({
projectId,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment