mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: support copy button
This commit is contained in:
parent
0a40e67e4f
commit
df51cfda09
@ -13,7 +13,7 @@ export interface Crumb {
|
|||||||
name: string;
|
name: string;
|
||||||
icon: string;
|
icon: string;
|
||||||
layout: ViewLayout;
|
layout: ViewLayout;
|
||||||
extra?: string;
|
extra?: string | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
function BreadcrumbItem({ crumb, disableClick = false }: { crumb: Crumb; disableClick?: boolean }) {
|
function BreadcrumbItem({ crumb, disableClick = false }: { crumb: Crumb; disableClick?: boolean }) {
|
||||||
|
Loading…
Reference in New Issue
Block a user