Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 3a6fc64

Browse files
committed
fix(warn): remove unused code
1 parent ff9127d commit 3a6fc64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/dynamic-form/DynamicForm.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ import { DynamicForm, FieldTypes, FormControl, InputType } from '@/core/models';
5454
import { dynamicFormsSymbol } from '@/useApi';
5555
import { deepClone, hasValue, removeEmpty } from '@/core/utils/helpers';
5656
57-
/* import { warn } from '../../core/utils/warning';
58-
*/
5957
const props = {
6058
form: {
6159
type: Object as PropType<DynamicForm>,

0 commit comments

Comments
 (0)