Skip to content

Commit 916e99c

Browse files
committed
BugFix, no aparecia el metadato EXPTIME en la pantalla de llenado
1 parent 86e067e commit 916e99c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/src/helpers/metadataUtilities.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,14 +332,15 @@ function getMetadataFields() {
332332
remote: true,
333333
global: false
334334
},
335-
// End Remote Metadata
336335
exptime: {
337336
label: 'EXPTIME',
338337
type: 'text',
339338
info: 'Integration time in seconds',
340339
required: false,
340+
remote: true,
341341
global: false
342342
},
343+
// End Remote Metadata
343344
plateN: {
344345
label: 'PLATE-N',
345346
type: 'text',

0 commit comments

Comments
 (0)