Update FileInfo component to include trailing comma for improved code consistency
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
This commit is contained in:
parent
9f4e6869a5
commit
33e7cf43dc
@ -49,7 +49,7 @@ const FileInfo = () => {
|
|||||||
formValid: false,
|
formValid: false,
|
||||||
lock: null,
|
lock: null,
|
||||||
loading: true,
|
loading: true,
|
||||||
editDisabled: false
|
editDisabled: false,
|
||||||
objectData: {
|
objectData: {
|
||||||
_id: fileId
|
_id: fileId
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user