Enables creating an opportunityCard instantly if company field is disabled (#6316) (#6911)

fixes #6316

---------

Co-authored-by: martmull <martmull@hotmail.fr>
This commit is contained in:
Faisal-imtiyaz123
2024-09-06 15:23:53 +05:30
committed by GitHub
parent 6c15033511
commit d36486b65e
3 changed files with 38 additions and 12 deletions

View File

@ -25,6 +25,7 @@ export default defineConfig(({ command, mode }) => {
? path.resolve(__dirname, './tsconfig.build.json')
: path.resolve(__dirname, './tsconfig.dev.json');
const checkers: Checkers = {
overlay: false,
};