Merge branch 'master' of github.com:payloadcms/payload
This commit is contained in:
@@ -159,7 +159,7 @@ const Element: React.FC<{
|
||||
onClick={(e) => {
|
||||
e.preventDefault();
|
||||
}}
|
||||
tooltip={t('general:editLabel', { label: relatedCollection.labels.singular })}
|
||||
tooltip={t('general:editLabel', { label: getTranslation(relatedCollection.labels.singular, i18n) })}
|
||||
disabled={fieldProps?.admin?.readOnly}
|
||||
/>
|
||||
</DocumentDrawerToggler>
|
||||
|
||||
Reference in New Issue
Block a user