Skip to content

Commit 18643fc

Browse files
committed
fix type
1 parent 95235df commit 18643fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/base/cards-grid.gts

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ class Isolated extends Component<typeof CardsGrid> {
377377

378378
private createCard = restartableTask(async () => {
379379
let preselectedCardTypeQuery: Query | undefined;
380-
let activeFilterRef = this.activeFilter?.query?.filter?.specType;
380+
let activeFilterRef = this.activeFilter?.query?.filter?.type;
381381
if (activeFilterRef) {
382382
preselectedCardTypeQuery = {
383383
filter: {

0 commit comments

Comments
 (0)