Skip to content

Commit bcfc1a2

Browse files
committed
refactor: move config-diff compare utils, types, services to common-lib
1 parent ddc58ab commit bcfc1a2

File tree

8 files changed

+716
-2
lines changed

8 files changed

+716
-2
lines changed

src/Assets/Icon/ic-stamp.svg

Lines changed: 9 additions & 0 deletions
Loading

src/Common/Constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export const ROUTES = {
9898
PLUGIN_GLOBAL_LIST_DETAIL_V2: 'plugin/global/list/detail/v2',
9999
PLUGIN_GLOBAL_LIST_V2: 'plugin/global/list/v2',
100100
PLUGIN_GLOBAL_LIST_TAGS: 'plugin/global/list/tags',
101+
CONFIG_DATA: 'config/data',
101102
}
102103

103104
export enum KEY_VALUE {

0 commit comments

Comments
 (0)