feat(element): Typo in Template

This commit is contained in:
Sven Andersen
2024-07-26 14:27:42 +02:00
parent cdf01cfde9
commit 2fa55ec38a

View File

@@ -146,5 +146,6 @@ theme:
{{ .Values.theme | toYaml | nindent 2 }}
presence:
enabled: {{.Values.functional.dataProtection.matrixPresence.enabled }}
enabled: {{ .Values.functional.dataProtection.matrixPresence.enabled }}
...