Compare commits

..

No commits in common. "228fd01e26be874be6cbec545f390972fa03f016" and "89c7b7533f59258431e97d40ed714e28bd210bd1" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
</template>
<script setup>
import {computed} from 'vue';
import { computed } from 'vue';
import VText from './VText.vue';
const emit = defineEmits(['update:modelValue']);

View File

@ -27,7 +27,7 @@ window.hasKeys = function (object, expected) {
};
window.globalFieldRules = function () {
return ['value', 'special_type', 'nami_type', 'for_members', 'key', 'columns', 'name', 'type'];
return ['value', 'nami_type', 'for_members', 'key', 'columns', 'name', 'type'];
};
EventForm.styles = [classes, carousel, carouselStyle];