Skip to content

Commit 30c76b3

Browse files
committed
fix: TAP-11637 fix for inspect task searching
1 parent 5a0bb05 commit 30c76b3

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)