update function name

This commit is contained in:
Jamie V 2025-04-04 13:45:26 -07:00
parent f556b528a5
commit 7ebe528d1a

@ -20,7 +20,7 @@
* at runtime from the About dialog for additional information.
*****************************************************************************/
export default function displayLayoutStylesInterceptor(openmct) {
export default function flexibleLayoutStylesInterceptor(openmct) {
return {
appliesTo: (identifier, domainObject) => {
return domainObject?.type === 'flexible-layout';