summaryrefslogtreecommitdiffstats
path: root/ui/src/components/community-form.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-04-09 11:35:16 -0700
committerDessalines <tyhou13@gmx.com>2019-04-09 11:35:16 -0700
commit92670d1a5eea86e277d958467684b0632131d6c4 (patch)
tree105a0e2877e749b0a736007a7dc10cc7c7cc6fd9 /ui/src/components/community-form.tsx
parent8aa58e479eb742d192a17b7511c0bbce5fc7d534 (diff)
Adding slur filter.
- Fixes #45
Diffstat (limited to 'ui/src/components/community-form.tsx')
-rw-r--r--ui/src/components/community-form.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/components/community-form.tsx b/ui/src/components/community-form.tsx
index b5b222c6..056c29dc 100644
--- a/ui/src/components/community-form.tsx
+++ b/ui/src/components/community-form.tsx
@@ -155,6 +155,7 @@ export class CommunityForm extends Component<CommunityFormProps, CommunityFormSt
if (msg.error) {
alert(msg.error);
this.state.loading = false;
+ this.setState(this.state);
return;
} else if (op == UserOperation.ListCategories){
let res: ListCategoriesResponse = msg;