Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix initial value in type selectbox
Browse files Browse the repository at this point in the history
solves issue in the comment
#123 (comment)
fuelen committed Nov 21, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 55f131b commit 7856508
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/GrampsjsObjectForm.js
Original file line number Diff line number Diff line change
@@ -102,6 +102,8 @@ export class GrampsjsObjectForm extends GrampsjsTranslateMixin(LitElement) {
}

render() {
if (this.loadingTypes) return null

return html`
<mwc-dialog
scrimClickAction=""

0 comments on commit 7856508

Please sign in to comment.