diff --git a/package.json b/package.json index d3db39b..68826f2 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "@navi/dark-knight": "^1.0.13", - "@navi/web-ui": "^1.59.4", + "@navi/web-ui": "^1.59.6", "@reduxjs/toolkit": "^1.9.7", "@stoddabr/react-tableau-embed-live": "^0.3.26", "antd": "^5.9.4", diff --git a/src/Pages/Incidents/UpdateIncidentBox/index.tsx b/src/Pages/Incidents/UpdateIncidentBox/index.tsx index 0ead829..9e1480f 100644 --- a/src/Pages/Incidents/UpdateIncidentBox/index.tsx +++ b/src/Pages/Incidents/UpdateIncidentBox/index.tsx @@ -17,7 +17,6 @@ const UpdateIncidentBox: FC = () => { ...(incidentParticipants?.others || []), ]; - //To do: add types here const isUserParticipantList = participantsList?.some( (participant: any) => participant.email === userEmail, ); diff --git a/src/components/MultiSelectPickerWithSearch/index.tsx b/src/components/MultiSelectPickerWithSearch/index.tsx index dcb01ed..062c16b 100644 --- a/src/components/MultiSelectPickerWithSearch/index.tsx +++ b/src/components/MultiSelectPickerWithSearch/index.tsx @@ -24,7 +24,6 @@ const MultiSelectPickerWithSearch: FC = ({ multiSelect, placeholder, debounceDelay, - inputSize = 'full-width', pickerWrapperClassName, clearAll = false, optionGroupKey = '', @@ -172,7 +171,7 @@ const MultiSelectPickerWithSearch: FC = ({ return options.length > searchEnableThreshold ? (