PMCORE-3943: Fixed issues with INIT_DATE and Review Status Popover

This commit is contained in:
Martin Laguna
2022-08-24 15:50:15 -04:00
parent fbeffe8357
commit 6979947d8d
3 changed files with 3 additions and 3 deletions

View File

@@ -307,7 +307,7 @@ export default {
detail: "",
tagText: "",
tagPrefix: this.$i18n.t("ID_SEARCH_BY_REVIEW_STATUS"),
autoShow: true,
autoShow: false,
items: [
{
id: "reviewStatus",

View File

@@ -139,7 +139,7 @@ export default {
detail: "",
tagText: "",
tagPrefix: this.$i18n.t("ID_SEARCH_BY_REVIEW_STATUS"),
autoShow: true,
autoShow: false,
items: [
{
id: "reviewStatus",