chore(react/settings): solve type errors

This commit is contained in:
Elian Doran
2025-08-19 21:41:05 +03:00
parent 1f479b20be
commit cbc9fb7d08
6 changed files with 12 additions and 9 deletions

View File

@@ -57,7 +57,8 @@ function RecentChangesDialogComponent() {
header={
<Button
text={t("recent_changes.erase_notes_button")}
small style={{ padding: "0 10px" }}
size="small"
style={{ padding: "0 10px" }}
onClick={() => {
server.post("notes/erase-deleted-notes-now").then(() => {
setNeedsRefresh(true);