Skip to content

Commit

Permalink
fix: add missing export for CrudEdit component class (#6930) (#6934)
Browse files Browse the repository at this point in the history
Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
  • Loading branch information
vaadin-bot and web-padawan committed Dec 7, 2023
1 parent 3f7c761 commit 6fd8b49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/crud/src/vaadin-crud-edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,5 @@ class CrudEdit extends Button {
}

defineCustomElement(CrudEdit);

export { CrudEdit };

0 comments on commit 6fd8b49

Please sign in to comment.