finished refactoring the object alerts into object interactions

This commit is contained in:
csawatzky 2025-12-01 14:38:51 -06:00
parent bb92077d0b
commit c9d2eac6c3
5 changed files with 86 additions and 28 deletions

View file

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