File tree Expand file tree Collapse file tree
meta_configurator/src/components/panels/schema-diagram Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import Button from 'primevue/button';
1212import {FontAwesomeIcon } from ' @fortawesome/vue-fontawesome' ;
1313import {isSubSchemaDefinedInDefinitions } from ' @/schema/schemaReadingUtils' ;
1414import {getObjectDisplayName } from ' ../../../schema/graph-representation/schemaGraphConstructor' ;
15- import { computed } from ' vue' ;
15+ import {computed } from ' vue' ;
1616
1717const 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 );
You can’t perform that action at this time.
0 commit comments