#8372 prevent double submit #1333
|
@ -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', () => {
|
||||
|
|
Loading…
Reference in New Issue