mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-30 16:29:15 +02:00
feat:#15 added selection in datatable to store and removed selectAll
This commit is contained in:
@@ -33,6 +33,9 @@ const moduleStore = defineStore("moduleStore", {
|
||||
getAllModules(): Module[] {
|
||||
return Array.from(this.modules.values());
|
||||
},
|
||||
containsModule(module: Module): boolean {
|
||||
return this.modules.has(module.uuid);
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user