mirror of https://github.com/vector-im/riot-web
Ensure deleting is set to false.
parent
35fcb2c9ab
commit
aefccb134c
|
@ -330,6 +330,7 @@ export default class AppTile extends React.Component {
|
|||
this.props.id,
|
||||
).catch((e) => {
|
||||
console.error('Failed to delete widget', e);
|
||||
}).finally(() => {
|
||||
this.setState({deleting: false});
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue