Skip to content

Commit

Permalink
Merge pull request #411 from Breeding-Insight/bug/BI-2328_2
Browse files Browse the repository at this point in the history
[BI-2328]  Experimental observation file import removes periods from column headers
  • Loading branch information
davedrp authored Oct 31, 2024
2 parents a9d2ef7 + 7d94450 commit aa36f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/trait/TraitsImport.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export default class TraitsImport extends ProgramsBase {
private showAbortModal = false;

private yesAbortId: string = "traitsimport-yes-abort";
private templateUrl: string = "https://cornell.box.com/shared/static/2erlubbeobuv1tochwkbuq5jghdayuei.xls";
private templateUrl: string = "https://cornell.box.com/shared/static/wjfe2ptpqnl9lyqdg1sf6hn2jiz1d7n1.xls";

private confirmImportState: DataFormEventBusHandler = new DataFormEventBusHandler();

Expand Down

0 comments on commit aa36f80

Please sign in to comment.