Skip to content

Commit

Permalink
Revert "Omit sbx_strix because it has no schema"
Browse files Browse the repository at this point in the history
This reverts commit 68dfa6e.
  • Loading branch information
arildm committed Feb 3, 2025
1 parent 5527b36 commit dcbff58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/corpus/config/SchemaConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { computed } from "vue";
import Yaml from "js-yaml";
import { useI18n } from "vue-i18n";
import { difference, omit } from "es-toolkit";
import { difference } from "es-toolkit";
import {
formSections,
getTopProperties,
Expand Down Expand Up @@ -84,7 +84,7 @@ const uiSchemaModified = computed(() => ({
<JsonSchemaForm
v-if="configParsed"
:schema
:data="omit(configParsed, ['sbx_strix'])"
:data="configParsed"
:on-submit="onSubmit"
:ui-schema="uiSchemaModified"
/>
Expand Down

0 comments on commit dcbff58

Please sign in to comment.