mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set labels control escaping
This commit is contained in:
parent
ab5ddc80f3
commit
aed6f75f63
1 changed files with 2 additions and 2 deletions
|
|
@ -238,14 +238,14 @@ function Footer(props: FooterProps): JSX.Element {
|
|||
{textMatch === 'available' && (
|
||||
<>
|
||||
<Check size={18} color={theme.colors.grayText.toString()} />
|
||||
Use Enter to add label "{props.filterText}"
|
||||
Use Enter to add label "{props.filterText}"
|
||||
</>
|
||||
)}
|
||||
|
||||
{textMatch === 'none' && (
|
||||
<>
|
||||
<Plus size={18} color={theme.colors.grayText.toString()} />
|
||||
Use Enter to create new label "{props.filterText}"
|
||||
Use Enter to create new label "{props.filterText}"
|
||||
</>
|
||||
)}
|
||||
</HStack>
|
||||
|
|
|
|||
Loading…
Reference in a new issue