hotfix: minor change to invalidate JS

pull/6355/head
Jason Stirnaman 2025-09-02 14:17:41 -05:00
parent ef1c598ad2
commit f1c5a0b408
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ const PROPS = {
style_domain: 'docs.influxdata.com',
};
// Get the user's theme preference
function getPreferredTheme() {
return `${getPreference(PROPS.style_preference_name)}-theme`;
}