diff --git a/web/src/components/custom-form/SnapshotPickerView.tsx b/web/src/components/custom-form/SnapshotPickerView.tsx index adcc201..4c75ac9 100644 --- a/web/src/components/custom-form/SnapshotPickerView.tsx +++ b/web/src/components/custom-form/SnapshotPickerView.tsx @@ -102,7 +102,7 @@ export function SnapshotPickerView({ {field.value && (
{Object.entries(field.value.git_custom_nodes).map( - ([key, item], index) => ( + ([key, item]: [string, any], index) => (