Skip to content

Commit e2d75f7

Browse files
committed
fix error
1 parent 3958fb7 commit e2d75f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/base/catalog-entry.gts

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ export class CatalogEntry extends CardDef {
372372
</template>
373373
};
374374

375-
static edit = class Edit extends this.isolated {};
375+
static edit = CatalogEntry.isolated;
376376
}
377377

378378
interface Signature {

0 commit comments

Comments
 (0)