Skip to content
Snippets Groups Projects

Dev

Merged Petar Hristov requested to merge dev into main
7 files
+ 81
61
Compare changes
  • Side-by-side
  • Inline

Files

+ 0
14
@@ -810,20 +810,6 @@ export const useProjectStore = defineStore({
}
},
async retrieveApplicationProfileAnalytics(project: ProjectDto | null) {
const notificationStore = useNotificationStore();
try {
if (project?.id) {
//await ProjectApi.projectCreateApplicationProfile(project.id);
} else {
console.error("Selected project is null or its ID is undefined.");
}
} catch (error) {
// Handle other Status Codes
notificationStore.postApiErrorNotification(error as AxiosError);
}
},
async deleteInvitation(projectInvitation: ProjectInvitationDto) {
const notificationStore = useNotificationStore();
try {
Loading