Fix refresh action for test result table (#11807)

This commit is contained in:
Oliver 2026-04-26 12:49:32 +10:00 committed by GitHub
parent ffe6c13edf
commit 594b6e09b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ export default function StockItemTestResultTable({
pk: selectedTest,
fields: useMemo(() => ({ ...editResultFields }), [editResultFields]),
title: t`Edit Test Result`,
onFormSuccess: () => table.refreshTable,
table: table,
successMessage: t`Test result updated`
});