fix notifications all read
This commit is contained in:
parent
f92946b668
commit
bc75c65a6c
@ -149,7 +149,11 @@ class FolderInformationClass extends BasePage<IPropsClass, IState> {
|
||||
{this.props.isAnchored === AnchorStatus.ANCHORING && (
|
||||
<Button variant={EButtonVariant.PRIMARY} disabled>
|
||||
Ancrage en cours...
|
||||
<Loader />
|
||||
<div className={classes["loader-container"]}>
|
||||
<div className={classes["loader"]}>
|
||||
<Loader />
|
||||
</div>
|
||||
</div>
|
||||
</Button>
|
||||
)}
|
||||
{this.props.isAnchored === AnchorStatus.VERIFIED_ON_CHAIN && (
|
||||
|
@ -103,7 +103,8 @@ export default class Toasts {
|
||||
read: true,
|
||||
});
|
||||
}
|
||||
this.event.emit("change", []);
|
||||
this.toastList.splice(0, this.toastList.length);
|
||||
this.event.emit("change", this.toastList);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user