mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-02-27 10:39:40 +00:00
Merge branch '438-parcours-designer-comme-adresse-du-parcours-to-be-green' into 'master'
Resolve "Parcours - "Désigner comme adresse du parcours" to be green" Closes #438 See merge request Chill-Projet/chill-bundles!958
This commit is contained in:
6
.changes/unreleased/Fixed-20260210-141731.yaml
Normal file
6
.changes/unreleased/Fixed-20260210-141731.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Fixed
|
||||
body: Change wrong color of submit button "Désigner comme adresse du parcours"
|
||||
time: 2026-02-10T14:17:31.926008236+01:00
|
||||
custom:
|
||||
Issue: "438"
|
||||
SchemaChange: No schema change
|
||||
@@ -27,7 +27,7 @@
|
||||
<p>{{ $t("courselocation.sure_description") }}</p>
|
||||
</template>
|
||||
<template #footer>
|
||||
<button class="btn btn-danger" @click="assignAddress">
|
||||
<button class="btn btn-submit" @click="assignAddress">
|
||||
{{ $t("courselocation.ok") }}
|
||||
</button>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user