Skip to content

Commit 469de32

Browse files
Devesh0129github-actions[bot]
authored andcommitted
apply formatting changes
1 parent e3c44d1 commit 469de32

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

meta_configurator/src/components/panels/schema-diagram/SchemaEnumNode.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Button from 'primevue/button';
1212
import {FontAwesomeIcon} from '@fortawesome/vue-fontawesome';
1313
import {isSubSchemaDefinedInDefinitions} from '@/schema/schemaReadingUtils';
1414
import {getObjectDisplayName} from '../../../schema/graph-representation/schemaGraphConstructor';
15-
import { computed } from 'vue';
15+
import {computed} from 'vue';
1616
1717
const props = defineProps<{
1818
data: SchemaEnumNodeData;
@@ -94,7 +94,6 @@ const isEnumTruncated = computed(() => {
9494
9595
return props.data.values.length > maxEnumValuesToShow.value;
9696
});
97-
9897
</script>
9998

10099
<template>
@@ -208,7 +207,6 @@ const isEnumTruncated = computed(() => {
208207
</template>
209208

210209
<style>
211-
212210
.vue-flow__node-schemaenum {
213211
border-radius: 8px;
214212
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

0 commit comments

Comments
 (0)