fix: refs #8372 update prevent option in FormModel tests to use false directly
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2025-02-07 17:21:29 +01:00
parent 9a946c0f39
commit 8101e014f5
1 changed files with 1 additions and 1 deletions

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', () => {