2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-28 13:54:25 +00:00

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
@@ -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`
});