mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
ui: use get to access job meta value (#11370)
This commit is contained in:
@@ -54,7 +54,7 @@ export default class JobDispatch extends Component {
|
||||
name: x,
|
||||
required,
|
||||
title: titleCase(noCase(x)),
|
||||
value: this.args.job.meta ? this.args.job.meta[x] : '',
|
||||
value: this.args.job.meta ? this.args.job.meta.get(x) : '',
|
||||
})
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user