We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5c7e5 commit 1273cfcCopy full SHA for 1273cfc
apps/dolly-frontend/src/main/js/src/components/bestillingsveileder/options/options.tsx
@@ -121,7 +121,9 @@ export const BVOptions = (
121
}
122
123
if (mal) {
124
- bestType = TYPE.NY_BESTILLING_FRA_MAL
+ if (bestType === TYPE.NY_BESTILLING) {
125
+ bestType = TYPE.NY_BESTILLING_FRA_MAL
126
+ }
127
initialValues = {
128
...initialValuesBasedOnMal(mal, dollyEnvironments),
129
...initialValues,
0 commit comments