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
No related branches found
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' ...@@ -5,7 +5,7 @@ import Button1 from '@/components/Buttons/Button1.vue'
import { ref } from 'vue' import { ref } from 'vue'
import { useConfigurationStore } from '@/stores/ConfigurationStore' import { useConfigurationStore } from '@/stores/ConfigurationStore'
import { useUserInfoStore } from '@/stores/UserStore' 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' import handleUnknownError from '@/components/Exceptions/unkownErrorHandler'
const router = useRouter(); const router = useRouter();
......
...@@ -19,8 +19,6 @@ const props = defineProps({ ...@@ -19,8 +19,6 @@ const props = defineProps({
required: true required: true
}, },
modelValue: { modelValue: {
type: String,
default: ""
}, },
min: { min: {
type: String, 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