Skip to content

Commit

Permalink
#937: disabled More Feature if attribute is not selected (#946)
Browse files Browse the repository at this point in the history
* #937: disabled More Feature if attribute is not selected

* #937: disabled More Feature if attribute is not selected
  • Loading branch information
DinhThaiVV authored Aug 26, 2024
1 parent 1f68528 commit 2a21226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions backoffice/pages/catalog/product-templates/[id]/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ const ProductTemplateEdit: NextPage = () => {
) : (
<button
className="form-control w-50 btn btn-secondary"
disabled
style={{ height: 'auto', width: 'auto' }}
>
More features
Expand Down
1 change: 1 addition & 0 deletions backoffice/pages/catalog/product-templates/create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ const ProductTemplateCreate = () => {
) : (
<button
className="form-control w-50 btn btn-secondary"
disabled
style={{ height: 'auto', width: 'auto' }}
>
More features
Expand Down

0 comments on commit 2a21226

Please sign in to comment.