refactor: add "empty" and "not empty" options to checkbox field linkage conditions (#7073)

This commit is contained in:
Katherine 2025-06-16 14:39:49 +08:00 committed by GitHub
parent 42151a4d21
commit 85024d36ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -242,6 +242,8 @@ export const boolean = [
}, },
}, },
}, },
{ label: "{{ t('is empty') }}", value: '$empty', noValue: true },
{ label: "{{ t('is not empty') }}", value: '$notEmpty', noValue: true },
]; ];
export const tableoid = [ export const tableoid = [