Skip to content

Commit

Permalink
fix(ui): resolve missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
madeindjs committed Jan 8, 2025
1 parent d99342e commit d303509
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/src/builder/settings/BuilderSettingsBinding.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import { useComponentActions } from "../useComponentActions";
import injectionKeys from "@/injectionKeys";
import BuilderTemplateInput from "./BuilderTemplateInput.vue";
import WdsFieldWrapper from "@/wds/WdsFieldWrapper.vue";
import BuilderSectionTitle from "./BuilderSectionTitle.vue";
const hint =
'Links this component to a state element, in a two-way fashion. Reference the state element directly, i.e. use "my_var" instead of "@{my_var}".';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ exports[`CoreCheckboxInput > should render value from the state and forward emit
data-v-7a72f1be=""
>
<input
checked=""
data-v-7a72f1be=""
type="checkbox"
value="b"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ exports[`CoreDateInput > should render value from the state and forward emit 1`]
<input
data-v-acf95c76=""
type="date"
value="2024-12-14"
/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ exports[`CoreRadioInput > should render value from the state and forward emit 1`
data-v-d075b11d=""
>
<input
checked=""
data-v-d075b11d=""
id="component-id-test:0-option-a"
name="component-id-test:0-options"
Expand Down

0 comments on commit d303509

Please sign in to comment.