For the setTimeConductorMode, use the close time popup button rather than the submit button to dismiss time popup (#7613)

Use the close time popup button rather than the submit button as the submit button triggers network requests.
This commit is contained in:
Shefali Joshi
2024-03-18 16:48:33 -07:00
committed by GitHub
parent b7b9ccbe65
commit a01f21017f
3 changed files with 4 additions and 3 deletions

View File

@ -87,7 +87,7 @@
></button>
<button
class="c-button icon-x"
aria-label="Discard time bounds"
aria-label="Discard changes and close time popup"
@click.prevent="hide"
></button>
</div>

View File

@ -132,7 +132,7 @@
></button>
<button
class="c-button icon-x"
aria-label="Discard time offsets"
aria-label="Discard changes and close time popup"
@click.prevent="hide"
></button>
</div>