mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-09 11:40:53 +08:00
Fixing a small remaining issues, reporting labels, rejecting tasks, and redirecting users on landing page
This commit is contained in:
@@ -45,7 +45,7 @@ export const FlaggableElement = (props) => {
|
||||
});
|
||||
const { trigger } = useSWRMutation("/api/set_label", poster, {
|
||||
onSuccess: () => {
|
||||
setIsEditing.off;
|
||||
setIsEditing.off();
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user