mirror of
https://github.com/zadam/trilium.git
synced 2025-12-05 06:54:23 +01:00
chore(react): remove irrelevant TODO
This commit is contained in:
parent
88bbc7e8c1
commit
4fd02db079
@ -5,7 +5,7 @@ import keyboard_actions from "../../services/keyboard_actions";
|
||||
|
||||
export interface ActionButtonProps {
|
||||
text: string;
|
||||
titlePosition?: "bottom" | "left"; // TODO: Use it
|
||||
titlePosition?: "bottom" | "left";
|
||||
icon: string;
|
||||
className?: string;
|
||||
onClick?: (e: MouseEvent) => void;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user