Skip to content

Commit be99840

Browse files
committed
feedback: change suggestion mutation mount variable name
1 parent 279fb09 commit be99840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/new-ui/v1beta1/frontend/src/app/constants/algorithms-settings.const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export const DartsSettings: AlgorithmSetting[] = [
244244

245245
export const PbtSettings: AlgorithmSetting[] = [
246246
{
247-
name: 'checkpoint_dir',
247+
name: 'suggestion_trial_dir',
248248
value: '/var/log/katib/checkpoints/',
249249
type: AlgorithmSettingType.STRING,
250250
},

0 commit comments

Comments
 (0)