#8372 prevent double submit #1333

Merged
alexm merged 29 commits from 8372-fixDoubleRequest into dev 2025-02-13 12:40:17 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8101e014f5 - Show all commits

View File

@ -6,7 +6,7 @@ describe('FormModel', () => {
const model = 'mockModel';
const url = 'mockUrl';
const formInitialData = { mockKey: 'mockVal' };
const prevent = findLastKey;
const prevent = false;
describe('modelValue', () => {
it('should use the provided model', () => {