client/tree context menu/insert note: mark the beta note types with a badge

This commit is contained in:
Adorian Doran
2025-07-04 11:46:10 +03:00
parent 2c9a7144da
commit f90e2fb484
2 changed files with 4 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ interface MenuSeparatorItem {
title: "----";
}
interface MenuItemBadge {
export interface MenuItemBadge {
title: string;
className?: string;
}