Mappings: clear regex filter after Save all

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Paul Trowbridge 2026-04-15 20:33:54 -04:00
parent dc32060c42
commit 24675feb49

View File

@ -282,6 +282,7 @@ export default function Mappings({ source }) {
return drafts[k] && Object.keys(drafts[k]).length > 0
})
await Promise.all(dirty.map(row => saveRow(row)))
setRowFilter('')
}
async function applyBulk() {