mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-30 03:56:04 +00:00
Merge pull request #1066 from theseyi/master
fix decommission date prop: decommissionDate -> decommissionTime
This commit is contained in:
commit
47764ba263
@ -201,7 +201,7 @@ const updateDatasetDeprecationByUrn = (
|
|||||||
data: {
|
data: {
|
||||||
deprecated,
|
deprecated,
|
||||||
deprecationNote,
|
deprecationNote,
|
||||||
decommissionDate
|
decommissionTime: decommissionDate
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user