mirror of
https://github.com/zadam/trilium.git
synced 2025-11-21 16:14:23 +01:00
client/note color picker menu item: fix a typo
This commit is contained in:
parent
e5ac8a0a67
commit
870fef3ea6
@ -46,7 +46,7 @@ export default function ColorPickerMenuItem(props: ColorPickerMenuItemProps) {
|
||||
<ColorCell key={color}
|
||||
color={color}
|
||||
isSelected={(color === currentColor)}
|
||||
isDisabled={(note !== null)}
|
||||
isDisabled={(note === null)}
|
||||
onClick={() => onColorCellClicked(color)} />
|
||||
))}
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user