Skip to content
Snippets Groups Projects
Commit 552cc241 authored by Jens Christian Aanestad's avatar Jens Christian Aanestad
Browse files

bug/Fixed build error in SuitableChallanges.vue

parent d4a0ba46
Branches refactor/create-goal-after-configuration-steps
No related tags found
1 merge request!68Refactor/create goal after configuration steps
Pipeline #282294 passed with warnings
......@@ -5,7 +5,7 @@ import Button1 from '@/components/Buttons/Button1.vue'
import { ref } from 'vue'
import { useConfigurationStore } from '@/stores/ConfigurationStore'
import { useUserInfoStore } from '@/stores/UserStore'
import { AuthenticationService, Configuration, OpenAPI, type SignUpRequest } from '@/api'
import { AuthenticationService, OpenAPI, type SignUpRequest } from '@/api'
import handleUnknownError from '@/components/Exceptions/unkownErrorHandler'
const router = useRouter();
......
......@@ -19,8 +19,6 @@ const props = defineProps({
required: true
},
modelValue: {
type: String,
default: ""
},
min: {
type: String,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment