mirror of
https://github.com/maputnik/editor.git
synced 2026-01-08 06:20:00 +00:00
Show text when nested filter
This commit is contained in:
@@ -87,7 +87,12 @@ export default class CombiningFilterEditor extends React.Component {
|
|||||||
|
|
||||||
//TODO: Implement support for nested filter
|
//TODO: Implement support for nested filter
|
||||||
if(hasNestedCombiningFilter(filter)) {
|
if(hasNestedCombiningFilter(filter)) {
|
||||||
return null
|
return <div style={{
|
||||||
|
fontSize: fontSizes[5],
|
||||||
|
color: colors.midgray,
|
||||||
|
}}>
|
||||||
|
Nested filters are not supported.
|
||||||
|
</div>
|
||||||
}
|
}
|
||||||
|
|
||||||
return <div>
|
return <div>
|
||||||
|
|||||||
Reference in New Issue
Block a user