Skip to content

Commit 0da0f3b

Browse files
committed
refactor: rename route for plugin list versions to 'plugin/global/list/min'
1 parent c6f551d commit 0da0f3b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Common/Constants.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +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-
// TODO: Get this route renamed
102-
PLUGIN_LIST_MIN: 'plugin/global/list/versions/min',
101+
PLUGIN_LIST_MIN: 'plugin/global/list/min',
103102
}
104103

105104
export enum KEY_VALUE {

src/Common/MultiSelectCustomization.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ export const MultiValueRemove = (props) => {
139139
const {
140140
data,
141141
innerProps: { onClick, onMouseDown },
142-
selectProps,
143142
} = props
144143
return (
145144
<components.MultiValueRemove {...props}>

0 commit comments

Comments
 (0)