We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a48df64 + e667839 commit 71a6ecdCopy full SHA for 71a6ecd
frontend/src/components/pages/cabins/Admin/CabinInfoPicker/index.tsx
@@ -112,17 +112,17 @@ export const CabinInfoPicker: React.FC = () => {
112
values={cabins}
113
defaultValues={{
114
oksen: {
115
- internalPrice: 1100,
+ internalPrice: 500,
116
internalPriceWeekend: 1100,
117
- externalPrice: 3950,
118
- externalPriceWeekend: 5400,
+ externalPrice: 2000,
+ externalPriceWeekend: 3000,
119
maxGuests: 18,
120
},
121
bjornen: {
122
123
124
125
126
127
128
}}
0 commit comments