We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b163b22 commit a1372d1Copy full SHA for a1372d1
2 files changed
services/backend-api/client/src/components/PreviewerTour/index.tsx
@@ -289,7 +289,6 @@ const TourTooltip: React.FC<TourTooltipProps> = ({
289
width: targetRect.width + 16,
290
height: targetRect.height + 16,
291
zIndex: 9999,
292
- pointerEvents: "none",
293
}}
294
>
295
<Box
services/backend-api/client/src/mocks/data/userFeeds.ts
@@ -21,7 +21,7 @@ const sampleFilters = {
21
op: "EQ",
22
left: {
23
type: "ARTICLE",
24
- value: "title",
+ value: "processed::categories",
25
},
26
right: {
27
type: "STRING",
0 commit comments