Ensure deleting is set to false.
This commit is contained in:
parent
35fcb2c9ab
commit
aefccb134c
1 changed files with 1 additions and 0 deletions
|
@ -330,6 +330,7 @@ export default class AppTile extends React.Component {
|
||||||
this.props.id,
|
this.props.id,
|
||||||
).catch((e) => {
|
).catch((e) => {
|
||||||
console.error('Failed to delete widget', e);
|
console.error('Failed to delete widget', e);
|
||||||
|
}).finally(() => {
|
||||||
this.setState({deleting: false});
|
this.setState({deleting: false});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue