Removed backdrop for execution modal for a better view of executions

This commit is contained in:
frikky
2022-02-11 00:41:36 +01:00
parent 136b7337af
commit d71f85d29d
+5 -6
View File
@@ -11253,13 +11253,12 @@ const parsedExecutionArgument = () => {
open={executionModalOpen}
onClose={() => setExecutionModalOpen(false)}
style={{ resize: "both", overflow: "auto", zIndex: 10005 }}
hideBackdrop={true}
hideBackdrop={false}
variant="temporary"
onEscapeKeyDown={() => {
setExecutionModalOpen(false)
}}
onBackdropClick={() => {
setExecutionModalOpen(false)
BackdropProps={{
style: {
backgroundColor: "transparent",
}
}}
PaperProps={{
style: {