mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 06:38:17 +00:00
use objects.save in display layouts and new folder
This commit is contained in:
@ -630,7 +630,7 @@ export default {
|
||||
object.identifier = identifier;
|
||||
object.location = parentKeyString;
|
||||
|
||||
this.openmct.objects.mutate(object, 'created', Date.now());
|
||||
this.openmct.objects.save(object);
|
||||
|
||||
return object;
|
||||
},
|
||||
|
Reference in New Issue
Block a user