mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 14:18:16 +00:00
[Cleanup] Remove unused template in adapter
This commit is contained in:
@ -25,7 +25,6 @@ define([
|
||||
'legacyRegistry',
|
||||
'uuid',
|
||||
'./api/api',
|
||||
'text!./adapter/templates/edit-object-replacement.html',
|
||||
'./selection/Selection',
|
||||
'./api/objects/object-utils',
|
||||
'./ui/ViewRegistry'
|
||||
@ -34,7 +33,6 @@ define([
|
||||
legacyRegistry,
|
||||
uuid,
|
||||
api,
|
||||
editObjectTemplate,
|
||||
Selection,
|
||||
objectUtils,
|
||||
ViewRegistry
|
||||
|
Reference in New Issue
Block a user