mirror of
https://github.com/gosticks/web.git
synced 2026-06-28 21:20:07 +00:00
@@ -525,7 +525,7 @@ const columns = (t: TFunction) => [
|
||||
return (
|
||||
<button
|
||||
type="button"
|
||||
className="btn btn-success w-100"
|
||||
className="btn btn-success btn-block"
|
||||
onClick={() => api.addExactWhitelist(data.row.domain)}
|
||||
>
|
||||
{t("Whitelist")}
|
||||
@@ -539,7 +539,7 @@ const columns = (t: TFunction) => [
|
||||
return (
|
||||
<button
|
||||
type="button"
|
||||
className="btn btn-danger w-100"
|
||||
className="btn btn-danger btn-block"
|
||||
onClick={() => api.addExactBlacklist(data.row.domain)}
|
||||
>
|
||||
{t("Blacklist")}
|
||||
|
||||
Reference in New Issue
Block a user