enable plugin path (#2549)

This commit is contained in:
Deep Tailor 2019-11-21 13:11:09 -08:00 committed by Pegah Sarram
parent 8825a458dc
commit 72e382c46a

View File

@ -72,6 +72,8 @@ define([
]
}
});
openmct.legacyRegistry.enable('platform/import-export');
};
};
});