Skip to content

Commit

Permalink
Merge branch 'interface-rewrite' of https://github.com/KelvinTegelaar…
Browse files Browse the repository at this point in the history
…/CIPP into interface-rewrite
  • Loading branch information
KelvinTegelaar committed Jan 7, 2025
2 parents b4e91e4 + f967d6d commit 7a4e3d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/cipp/settings/backup.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ const Page = () => {
title="Backup List"
data={backupList.data}
simpleColumns={["BackupName", "Timestamp"]}
refreshFunction={() => backupList.refetch()}
isFetching={backupList.isFetching}
actions={actions}
cardButton={
<>
Expand Down

0 comments on commit 7a4e3d6

Please sign in to comment.