remove extra reset call (#19503)

This commit is contained in:
Lucy Zhang
2022-05-24 13:02:32 -07:00
committed by GitHub
parent 254f16b31a
commit 86c14cd7e1

View File

@@ -94,8 +94,6 @@ export class AddNewPackageTab {
}]).component();
await view.initializeModel(formModel);
await this.resetPageFields();
});
}