Skip to content

Commit

Permalink
Merge pull request #406 from hargata/Hargata/multi.gas.edit
Browse files Browse the repository at this point in the history
fixed ui bug
  • Loading branch information
hargata committed Mar 16, 2024
2 parents 6a164dc + d4e51b7 commit 6e4e279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Views/Vehicle/_GasRecordsModal.cshtml
Expand Up @@ -8,7 +8,7 @@
}
<div class="modal-header">
<h5 class="modal-title">@translator.Translate(userLanguage,"Edit Multiple Gas Records")</h5>
<button type="button" class="btn-close" onclick="hideAddOdometerRecordModal()" aria-label="Close"></button>
<button type="button" class="btn-close" onclick="hideAddGasRecordModal()" aria-label="Close"></button>
</div>
<div class="modal-body">
<form>
Expand Down

0 comments on commit 6e4e279

Please sign in to comment.