feat(frontend): buttons kleiner maken
This commit is contained in:
parent
9aae5a3a46
commit
ce5e9cd342
7 changed files with 55 additions and 53 deletions
|
@ -17,11 +17,7 @@ import type {GroupDTO} from "@dwengo-1/common/interfaces/group";
|
|||
import {GroupController} from "@/controllers/groups.ts";
|
||||
|
||||
/***
|
||||
TODO: when clicking the assign button from lp page pass the lp-object like this:
|
||||
router.push({
|
||||
path: '/assignment/create',
|
||||
query: { learningPath: 'learningPathObject' }
|
||||
});
|
||||
TODO: when clicking the assign button from lp page pass the lp-object in a state:
|
||||
*/
|
||||
const props = defineProps<{
|
||||
learningPath?: LearningPath | null; // Optional learningPath prop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue