it-at-m / Praktikumsplaner

MIT License
4 stars 1 forks source link

Frontend build failure #333

Closed MrSebastian closed 2 weeks ago

MrSebastian commented 2 weeks ago

Describe the bug Build fails with message:

 src/views/praktikumsplaetze/MeldungAusbildung.vue(111,30): error TS2345: Argument of type '{ modelValue: Praktikumsstelle; isRequired: true; requiredSymbol: "*"; }' is not assignable to parameter of type '{ readonly modelValue: Praktikumsstelle; readonly isRequired: boolean; readonly requiredSymbol?: string | undefined; readonly disabled: boolean; readonly "onUpdate:modelValue"?: ((ausbildungsrichtung: Praktikumsstelle) => any) | undefined; } & ... 5 more ... & Record<...>'.
  Property 'disabled' is missing in type '{ modelValue: Praktikumsstelle; isRequired: true; requiredSymbol: "*"; }' but required in type '{ readonly modelValue: Praktikumsstelle; readonly isRequired: boolean; readonly requiredSymbol?: string | undefined; readonly disabled: boolean; readonly "onUpdate:modelValue"?: ((ausbildungsrichtung: Praktikumsstelle) => any) | undefined; }'.
Error:  Command execution failed.

To Reproduce Steps to reproduce the behavior:

  1. checkout dev branch
  2. run mvn clean verify on frontend

Expected behavior Build finished succefully

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.