finished refactoring the object alerts into object interactions
This commit is contained in:
parent
bb92077d0b
commit
c9d2eac6c3
5 changed files with 86 additions and 28 deletions
|
|
@ -996,6 +996,8 @@ export default function NewObjectInteraction(props: Props){
|
|||
})
|
||||
.catch(_err => {
|
||||
openSnack("there was a problem adding the interaction to the selected components");
|
||||
}).finally(() => {
|
||||
close(true)
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue