Fix references

This commit is contained in:
Andrew Kingston 2024-10-11 16:06:44 +01:00
parent bd3e83789e
commit 97cee504f0
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -840,8 +840,8 @@
{:else if editableColumn.subtype === BBReferenceFieldSubType.USER}
{@const defaultValue =
editableColumn.type === FieldType.BB_REFERENCE_SINGLE
? SINGLE_USER_DEFAULT
: MULTI_USER_DEFAULT}
? SingleUserDefault
: MultiUserDefault}
<Toggle
disabled={!canHaveDefault}
text="Default to current user"