Skip to content

Commit

Permalink
convert coll
Browse files Browse the repository at this point in the history
  • Loading branch information
SuaYoo committed Sep 6, 2023
1 parent 44912ab commit 6c4ed8c
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 106 deletions.
2 changes: 1 addition & 1 deletion src/coll-index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ class CollIndex extends LitElement {
// ===========================================================================
class CollInfo extends LitElement {
@property({ type: Object })
coll!: Coll;
coll!: Coll | Record<string, never>;

@property({ type: Boolean })
detailed = false;
Expand Down
Loading

0 comments on commit 6c4ed8c

Please sign in to comment.