Skip to content

Commit adb8cd9

Browse files
committed
Update SchemaEditor.vue
1 parent 0956064 commit adb8cd9

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

frontend/src/components/schema_editor/SchemaEditor.vue

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -234,14 +234,4 @@ const openEditRelationModal = (id: string, relation: RelationalRelationField) =>
234234
.create-model-btn:hover {
235235
background-color: var(--color-success);
236236
}
237-
238-
.enums-view {
239-
width: 100%;
240-
height: 100%;
241-
display: flex;
242-
justify-content: center;
243-
align-items: center;
244-
font-size: 24px;
245-
font-weight: bold;
246-
}
247237
</style>

0 commit comments

Comments
 (0)