Skip to content

Commit

Permalink
nit #147
Browse files Browse the repository at this point in the history
  • Loading branch information
johnatawnclementawn authored and jacobtylerwalls committed Jan 17, 2025
1 parent 47a2011 commit 68ee35e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ onMounted(async () => {
<!-- Label: string -->
<label for="">{{ $gettext("Label") }}</label>
<NonLocalizedString
:value="value?.appellative_status_ascribed_name_content ?? ''"
:value="formValue?.appellative_status_ascribed_name_content"
:mode="EDIT"
@update="
(val) =>
Expand Down

0 comments on commit 68ee35e

Please sign in to comment.