Skip to content

Commit

Permalink
Update NotesStore.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikMix committed May 14, 2024
1 parent 6665e90 commit da6c220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/modules/stores/NotesStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ class NotesStore extends BaseStore<NotesStoreState> {
AppDispatcher.dispatch(UserActions.UPDATE_CSRF, csrf);

if (status == 204) {
AppToasts.success("Тэг успешно добавлен")
// AppToasts.success("Тэг успешно добавлен")
await this.fetchTags()
}
}
Expand Down

0 comments on commit da6c220

Please sign in to comment.