File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src-ts/tools/work/work-lib/work-provider/work-functions/work-factory Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/* eslint-disable @typescript-eslint/no-explicit-any */
22import moment from 'moment'
33
4+ import { workGetSelectedPackageFormatted } from '..'
45import { WorkConfigConstants , WorkStrings } from '../../../work-constants'
56import {
67 ActivateWorkRequest ,
@@ -26,7 +27,6 @@ import {
2627 WorkTypeCategory ,
2728 WorkTypeConfig ,
2829} from '../work-store'
29- import { getSelectedPackageFormatted } from '../work.functions'
3030
3131export interface FormDetail {
3232 key : string ,
@@ -314,7 +314,7 @@ function buildFormDataBugHunt(formData: any): ReadonlyArray<FormDetail> {
314314 {
315315 key : ChallengeMetadataName . packageType ,
316316 title : ChallengeMetadataTitle . bugHuntPackage ,
317- value : getSelectedPackageFormatted ( formData . packageType ) ,
317+ value : workGetSelectedPackageFormatted ( formData . packageType ) ,
318318 } ,
319319 ]
320320}
You can’t perform that action at this time.
0 commit comments