Mappings: clear regex filter after Save all
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
dc32060c42
commit
24675feb49
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user