DateTimePicker steps issue

Anyone have any ideas why my 15 minute step is not showing for my component?

Forms\Components\DateTimePicker::make('original_start_time')
  ->label('Schedule Start Time')
  ->required()
  ->seconds(false)
  ->minutesStep(15)
  ->live(),
image.png
Was this page helpful?