PMCORE-4265: Search box pop up overlaps New case modal

This commit is contained in:
Rodrigo Quelca
2024-01-18 19:59:56 +00:00
parent 99cc76723e
commit ab9e8d9bc0
7 changed files with 7 additions and 0 deletions

View File

@@ -344,6 +344,7 @@ export default {
title: this.$i18n.t("ID_NEW_CASE"),
class: "btn-success",
onClick: () => {
this.$root.$emit('bv::hide::popover');
this.$refs["newRequest"].show();
},
},