@@ -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 }) {