mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: build tauri app failed in macOS (#2828)
This commit is contained in:
parent
177f7c4fa3
commit
202cd90711
@ -40,7 +40,8 @@
|
|||||||
"exceptionDomain": "",
|
"exceptionDomain": "",
|
||||||
"frameworks": [],
|
"frameworks": [],
|
||||||
"providerShortName": null,
|
"providerShortName": null,
|
||||||
"signingIdentity": null
|
"signingIdentity": null,
|
||||||
|
"minimumSystemVersion": "10.15.0"
|
||||||
},
|
},
|
||||||
"resources": [],
|
"resources": [],
|
||||||
"shortDescription": "",
|
"shortDescription": "",
|
||||||
|
@ -18,7 +18,6 @@ interface Option {
|
|||||||
title?: string;
|
title?: string;
|
||||||
icon?: React.ReactNode;
|
icon?: React.ReactNode;
|
||||||
key: BlockMenuOption;
|
key: BlockMenuOption;
|
||||||
openNextMenu?: boolean;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function BlockMenu({ id, onClose }: { id: string; onClose: () => void }) {
|
function BlockMenu({ id, onClose }: { id: string; onClose: () => void }) {
|
||||||
|
Loading…
Reference in New Issue
Block a user