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

@@ -55,7 +55,7 @@ function RevisionsDialogComponent() {
helpPageId="vZWERwf8U3nx"
bodyStyle={{ display: "flex", height: "80vh" }}
header={
(!!revisions?.length && <Button text={t("revisions.delete_all_revisions")} small style={{ padding: "0 10px" }}
(!!revisions?.length && <Button text={t("revisions.delete_all_revisions")} size="small" style={{ padding: "0 10px" }}
onClick={async () => {
const text = t("revisions.confirm_delete_all");