mirror of
https://github.com/sct/overseerr.git
synced 2025-12-31 01:55:53 +01:00
fix: resolved issue with create slider causing incorrect form submission (#3514)
This commit is contained in:
@@ -437,6 +437,7 @@ export const WatchProviderSelector = ({
|
||||
{otherProviders.length > 0 && (
|
||||
<button
|
||||
className="relative top-4 flex items-center justify-center space-x-2 text-sm text-gray-400 transition hover:text-gray-200"
|
||||
type="button"
|
||||
onClick={() => setShowMore(!showMore)}
|
||||
>
|
||||
<div className="h-0.5 flex-1 bg-gray-600" />
|
||||
|
||||
Reference in New Issue
Block a user