@flozy/editor 9.0.9 → 9.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -171,7 +171,8 @@ export default function LinkSettings(props) {
|
|
171
171
|
value: navValue,
|
172
172
|
openInNewTab: openInNewTab,
|
173
173
|
onNewTabChange: () => setOpenInNewTab(prev => !prev),
|
174
|
-
services: customProps.services
|
174
|
+
services: customProps.services,
|
175
|
+
classes: classes
|
175
176
|
})
|
176
177
|
})]
|
177
178
|
})
|