Added add to and remove from scoreboard functionality. BOD-91
This commit is contained in:
@@ -22,6 +22,10 @@ export default function ScoreboardRemoveButton({ scoreboardId }) {
|
||||
message: JSON.stringify(result.errors),
|
||||
}),
|
||||
});
|
||||
} else {
|
||||
notification["success"]({
|
||||
message: t("scoreboard.successes.removed"),
|
||||
});
|
||||
}
|
||||
setLoading(false);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user