Loading src/components/GraphEditor/DefaultStyles.jsx +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ const DEFAULT_STYLES = [ content: 'data(attributes.name)', 'background-image': (ele) => { const value = ele.data('registries').SVGIcon; return (value && value.indexOf('<') === -1) ? `url(/assets/DecoratorSVG/${value})` : undefined; return (value && value.indexOf('<') === -1) ? `url(/assets/DecoratorSVG/${value})` : 'none'; }, }, }, Loading Loading
src/components/GraphEditor/DefaultStyles.jsx +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ const DEFAULT_STYLES = [ content: 'data(attributes.name)', 'background-image': (ele) => { const value = ele.data('registries').SVGIcon; return (value && value.indexOf('<') === -1) ? `url(/assets/DecoratorSVG/${value})` : undefined; return (value && value.indexOf('<') === -1) ? `url(/assets/DecoratorSVG/${value})` : 'none'; }, }, }, Loading