Skip to content

Commit 8808bf6

Browse files
authored
Merge pull request #187 from qubic/fix/transfer-rights-assets-reset
2 parents 4b68ba5 + 3d8fef3 commit 8808bf6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/app/assets/transfer-rights/transfer-rights.component.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -475,11 +475,6 @@ export class TransferRightsComponent implements OnInit, OnDestroy {
475475
// Filter source contracts to only show contracts managing this asset
476476
this.filteredSourceContracts = asset.owningContracts;
477477

478-
// Reset numberOfShares when asset changes
479-
this.transferRightsForm.patchValue({
480-
numberOfShares: null
481-
});
482-
483478
// Auto-select first contract if only one option
484479
if (this.filteredSourceContracts.length === 1) {
485480
this.transferRightsForm.patchValue({

0 commit comments

Comments
 (0)