mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 18:25:24 +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],
|
||||
...data[this.type]?.backFields,
|
||||
),
|
||||
transitType: undefined /** Setter + Getter */,
|
||||
transitType: this.transitType /** Setter + Getter */,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user