diff --git a/src/src/app/modals/trip-create-modal/trip-create-modal.component.html b/src/src/app/modals/trip-create-modal/trip-create-modal.component.html index dd31ff7..833b72d 100644 --- a/src/src/app/modals/trip-create-modal/trip-create-modal.component.html +++ b/src/src/app/modals/trip-create-modal/trip-create-modal.component.html @@ -1,24 +1,27 @@ -
- - - - - - - - - - - @if (tripForm.get("id")?.value === -1) { -
- - - +
+
+ + + -
- } -
+ + + + + + @if (tripForm.get("id")?.value === -1) { +
+ + + + +
+ } +
+ +
@if (tripForm.get("image_id")?.value) {
{{ tripForm.get("id")?.value !== -1 ? "Update" : "Create" }} -
+
\ No newline at end of file