feat: DND for Articles
This commit is contained in:
@@ -586,6 +586,12 @@ class CreateSightStore {
|
||||
throw error;
|
||||
}
|
||||
};
|
||||
|
||||
updateRightArticles = async (articles: any[], language: Language) => {
|
||||
runInAction(() => {
|
||||
this.sight[language].right = articles;
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
export const createSightStore = new CreateSightStore();
|
||||
|
||||
Reference in New Issue
Block a user