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": "",
|
||||
"frameworks": [],
|
||||
"providerShortName": null,
|
||||
"signingIdentity": null
|
||||
"signingIdentity": null,
|
||||
"minimumSystemVersion": "10.15.0"
|
||||
},
|
||||
"resources": [],
|
||||
"shortDescription": "",
|
||||
|
@ -18,7 +18,6 @@ interface Option {
|
||||
title?: string;
|
||||
icon?: React.ReactNode;
|
||||
key: BlockMenuOption;
|
||||
openNextMenu?: boolean;
|
||||
}
|
||||
|
||||
function BlockMenu({ id, onClose }: { id: string; onClose: () => void }) {
|
||||
|
Loading…
Reference in New Issue
Block a user