mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 21:25:26 +00:00
Changed first transitType set to come from props
This commit is contained in:
@@ -362,7 +362,7 @@ export default class PKPass extends Bundle {
|
|||||||
this[fieldKeysPoolSymbol],
|
this[fieldKeysPoolSymbol],
|
||||||
...data[this.type]?.backFields,
|
...data[this.type]?.backFields,
|
||||||
),
|
),
|
||||||
transitType: undefined /** Setter + Getter */,
|
transitType: this.transitType /** Setter + Getter */,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user