Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
beliolfa committed Oct 3, 2024
1 parent ef5204b commit 1d72c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/store/builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { getUIModel, type UIModelRootField } from "$lib/editor/form/utils/model"
import { getDebouncedFunction } from "$lib/editor/form/utils/debounce";
import type { Envelope } from "$lib/types/envelope";
import { newEnvelope } from "$lib/helpers/envelope";
import { Schema } from "$lib/editor/form/utils/schema";
import type { Schema } from "$lib/editor/form/utils/schema";

const BUILDER_CONTEXT_ID = "builder-context";

Expand Down

0 comments on commit 1d72c7b

Please sign in to comment.