Skip to content

Commit b6ccb75

Browse files
authored
Merge pull request #652 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents dfc74ce + a5da1e9 commit b6ccb75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/CippComponents/ScheduledTaskDetails.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ const ScheduledTaskDetails = ({ data, showActions = true }) => {
272272
noCard
273273
data={result.Results}
274274
disablePagination={result.Results.length <= 10}
275+
refreshFunction={() => taskDetailResults.refetch()}
275276
/>
276277
) : typeof result.Results === "object" ? (
277278
<CippPropertyListCard

0 commit comments

Comments
 (0)