mirror of
https://github.com/docmost/docmost.git
synced 2026-09-01 03:15:32 +08:00
remove search text
This commit is contained in:
-5
@@ -170,11 +170,6 @@ function SearchNavigationDialog({ editor }: SearchNavigationDialogProps) {
|
|||||||
</ActionIcon>
|
</ActionIcon>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</Flex>
|
</Flex>
|
||||||
{searchTerms.length > 0 && (
|
|
||||||
<Text size="xs" c="dimmed" mt="xs" lineClamp={1}>
|
|
||||||
{searchTerms.join(", ")}
|
|
||||||
</Text>
|
|
||||||
)}
|
|
||||||
</Dialog>
|
</Dialog>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user