This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new fa0858c4c6 [INLONG-10482][Dashboard] Fix the front-end parameters on
the approval page are incorrect (#10483)
fa0858c4c6 is described below
commit fa0858c4c61dfa9896d525e28757539e0d2ddd38
Author: kamianlaida <[email protected]>
AuthorDate: Fri Jun 21 19:16:25 2024 +0800
[INLONG-10482][Dashboard] Fix the front-end parameters on the approval page
are incorrect (#10483)
---
inlong-dashboard/src/ui/pages/Process/Approvals/config.tsx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/inlong-dashboard/src/ui/pages/Process/Approvals/config.tsx
b/inlong-dashboard/src/ui/pages/Process/Approvals/config.tsx
index f1d020067f..5e18d34d48 100644
--- a/inlong-dashboard/src/ui/pages/Process/Approvals/config.tsx
+++ b/inlong-dashboard/src/ui/pages/Process/Approvals/config.tsx
@@ -43,9 +43,10 @@ export const getFilterFormContent = defaultValues => [
{
type: 'select',
label: i18n.t('basic.Status'),
- name: 'status',
+ name: 'statusSet',
initialValue: defaultValues.status,
props: {
+ mode: 'multiple',
dropdownMatchSelectWidth: false,
options: statusList,
allowClear: true,