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 && (
|
{this.props.isAnchored === AnchorStatus.ANCHORING && (
|
||||||
<Button variant={EButtonVariant.PRIMARY} disabled>
|
<Button variant={EButtonVariant.PRIMARY} disabled>
|
||||||
Ancrage en cours...
|
Ancrage en cours...
|
||||||
<Loader />
|
<div className={classes["loader-container"]}>
|
||||||
|
<div className={classes["loader"]}>
|
||||||
|
<Loader />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
{this.props.isAnchored === AnchorStatus.VERIFIED_ON_CHAIN && (
|
{this.props.isAnchored === AnchorStatus.VERIFIED_ON_CHAIN && (
|
||||||
|
@ -103,7 +103,8 @@ export default class Toasts {
|
|||||||
read: true,
|
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