mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Internationalization: Add language preference analytics (#59230)
* Report change languange * clean defaults.ini * Add language to rudderstand user identify call * undo changes not intended
This commit is contained in:
@@ -84,7 +84,7 @@ export const TeamSettings: FC<Props> = ({ team, updateTeam }) => {
|
||||
</FieldSet>
|
||||
)}
|
||||
</Form>
|
||||
<SharedPreferences resourceUri={`teams/${team.id}`} disabled={!canWriteTeamSettings} />
|
||||
<SharedPreferences resourceUri={`teams/${team.id}`} disabled={!canWriteTeamSettings} preferenceType="team" />
|
||||
</VerticalGroup>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user