pull/7241/head
zomars 2023-02-20 14:32:56 -07:00
parent 99cd6fe7da
commit ee54e670cb
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ const IntegrationContainer = ({
const [disableDialog, setDisableDialog] = useState(false);
const showKeyModal = () => {
// FIXME: This is preventing the modal from opening for apps that has null keys
if (app.keys) {
handleModelOpen({
dirName: app.dirName,