close url dialog by default

This commit is contained in:
casperlamboo 2018-01-17 15:55:21 +01:00
parent 1f4ca15442
commit 11222aaa82

View File

@ -119,14 +119,8 @@ class Interface extends React.Component {
isLoading: true, isLoading: true,
error: null, error: null,
objectDimensions: '0x0x0mm', objectDimensions: '0x0x0mm',
popover: { popover: { element: null, open: false },
element: null, openUrlDialog: { open: false, url: '' }
open: false
},
openUrlDialog: {
open: true,
url: ''
}
}; };
} }