Skip to content

Commit e8eaf26

Browse files
authored
Merge pull request #565 from tapdata/TAP-11637-v4.15.0
fix: TAP-11637 fix for inspect task searching
2 parents 5a0bb05 + 30c76b3 commit e8eaf26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/business/src/views/verification

packages/business/src/views/verification/List.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ const getFilterItems = () => {
352352
{ label: t('public_select_option_all'), value: '' },
353353
{
354354
label: t('packages_business_verification_single'),
355-
value: 'MANUALLY_SPECIFIED_BY_THE_USER',
355+
value: 'manual',
356356
},
357357
{
358358
label: t('packages_business_verification_repeating'),

0 commit comments

Comments
 (0)