From 1040d2525d236a1ebb45f929a8ab5a4adf2fb280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veronika=20Feh=C3=A9rv=C3=ADziov=C3=A1?= <128744051+VeronikaFeherviziova@users.noreply.github.com> Date: Sat, 1 Nov 2025 21:06:01 +0100 Subject: [PATCH] feat: add internship status editor component --- .../app/components/InternshipStatusEditor.vue | 81 +++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 frontend/app/components/InternshipStatusEditor.vue diff --git a/frontend/app/components/InternshipStatusEditor.vue b/frontend/app/components/InternshipStatusEditor.vue new file mode 100644 index 0000000..b4037f2 --- /dev/null +++ b/frontend/app/components/InternshipStatusEditor.vue @@ -0,0 +1,81 @@ + + + + + \ No newline at end of file