fix(admin): fix social engagement switch not showing correct state. Fixes #4184

This commit is contained in:
Gabe Kangas
2025-01-31 16:57:12 -08:00
parent 8af820e60e
commit 4744a27dd5

View File

@@ -326,7 +326,7 @@ export const FIELD_PROPS_FEDERATION_IS_PRIVATE = {
export const FIELD_PROPS_SHOW_FEDERATION_ENGAGEMENT = {
apiPath: API_FEDERATION_SHOW_ENGAGEMENT,
configPath: 'showEngagement',
configPath: 'federation',
label: 'Show engagement',
tip: 'Following, liking and sharing will appear in the chat feed.',
useSubmit: true,