Skip to content

Commit 00bc82e

Browse files
daniele-mngtimopollmeier
authored andcommitted
remove unused dep
1 parent e0f5638 commit 00bc82e

File tree

3 files changed

+1
-75
lines changed

3 files changed

+1
-75
lines changed

package-lock.json

Lines changed: 0 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
"qs": "^6.12.0",
6767
"react": "^18.3.1",
6868
"react-beautiful-dnd": "^13.1.1",
69-
"react-datepicker": "^6.0.0",
7069
"react-dom": "^18.3.1",
7170
"react-i18next": "^14.1.1",
7271
"react-redux": "^9.1.2",

src/web/wizard/advancedtaskwizard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import useTranslation from 'web/hooks/useTranslation';
4444
import useCapabilities from 'web/utils/useCapabilities';
4545

4646
import {WizardContent, WizardIcon} from './taskwizard';
47-
import date from 'gmp/models/date';
47+
4848
const IMMEDIATELY_START_VALUE = '2';
4949
const SCHEDULE_START_VALUE = '1';
5050
const DONT_START_VALUE = '0';

0 commit comments

Comments
 (0)