Reviewed-on: #28
@ -84,10 +84,10 @@ const formRef = ref<FormInst | null>(null)
const formValue = reactive<FormType>({
name: null,
logic: null,
logic: 'where',
conditions: [{
type: null,
operator: null,
operator: 'eq',
result: null,
}],
})