diff --git a/web/pay-ui/app/components/common/StatusList.vue b/web/pay-ui/app/components/common/StatusList.vue index 7dab1337..597b9154 100644 --- a/web/pay-ui/app/components/common/StatusList.vue +++ b/web/pay-ui/app/components/common/StatusList.vue @@ -42,7 +42,7 @@ function clearSelection() { :class="{ '!pr-14': model }" :ui="{ placeholder: 'placeholder', - content: 'wide-dropdown', + content: 'wide-dropdown min-w-max', trailing: model ? '!pr-8' : '' }" /> diff --git a/web/pay-ui/app/components/eft/ShortNameLookup.vue b/web/pay-ui/app/components/eft/ShortNameLookup.vue index 35593bd3..5b1d9f0e 100644 --- a/web/pay-ui/app/components/eft/ShortNameLookup.vue +++ b/web/pay-ui/app/components/eft/ShortNameLookup.vue @@ -101,7 +101,7 @@ function isShortNameLinkedOrPending(account: EftAccount): boolean { return account.statusCode === ShortNameStatus.LINKED || account.statusCode === ShortNameStatus.PENDING } -defineExpose({ clearSelection: clearSelectionSilent }) +defineExpose({ clearSelection: clearSelectionSilent, isShortNameLinkedOrPending })