Skip to content

Commit

Permalink
Merge pull request #2684 from gitstart/UPTM-3
Browse files Browse the repository at this point in the history
Save button can't be found while edit and add in Mobile version
  • Loading branch information
louislam authored Jan 30, 2023
2 parents fca0198 + 54e63f3 commit 664da4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/EditMonitor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -417,10 +417,6 @@
<div class="my-3">
<tags-manager ref="tagsManager" :pre-selected-tags="monitor.tags"></tags-manager>
</div>

<div class="mt-5 mb-1">
<button id="monitor-submit-btn" class="btn btn-primary" type="submit" :disabled="processing">{{ $t("Save") }}</button>
</div>
</div>

<div class="col-md-6">
Expand Down Expand Up @@ -610,6 +606,10 @@
</template>
</template>
</div>

<div class="col-md-12 mt-5 mb-1">
<button id="monitor-submit-btn" class="btn btn-primary" type="submit" :disabled="processing">{{ $t("Save") }}</button>
</div>
</div>
</div>
</form>
Expand Down

0 comments on commit 664da4a

Please sign in to comment.