Skip to content

Removes the unused datetimepicker component from vue_shared

Sam Beckham requested to merge 418027-remove-date-time-picker into master

What does this MR do and why?

I was about to migrate the dropdown in this file and then I noticed that it's also not imported anywhere.

Deleting it

Screenshots or screen recordings

Before After
Nothin! Still nothin!

How to set up and validate locally

  1. Run a grep for the regex import.*date_time_picker*
  2. Confirm it's not imported anywhere
  3. Rejoyce

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #418027 (closed)

Edited by Sam Beckham

Merge request reports