Skip to content

Commit

Permalink
Merge pull request #1657 from suraj-webkul/issue#1655
Browse files Browse the repository at this point in the history
Issue #1655 fixed.
  • Loading branch information
devansh-webkul authored Oct 1, 2024
2 parents 1290a22 + 14f8151 commit 2154b96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<x-admin::form.control-group.controls.inline.text
type="inline"
::name="'{{ $attribute->code }}'"
::value="'{{ $value }}'"
:value="$value"
position="left"
rules="required"
:label="$attribute->name"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<x-admin::form.control-group.controls.inline.text
type="inline"
::name="'{{ $attribute->code }}'"
::value="'{{ $value }}'"
:value="$value"
position="left"
rules="required"
:label="$attribute->name"
Expand Down

0 comments on commit 2154b96

Please sign in to comment.