mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-03 21:39:38 +00:00
fix placeholder
This commit is contained in:
@@ -71,7 +71,7 @@ export const IgnoredDomains = ({ control, processing, ignoreEnabled, setValue, s
|
||||
</a>
|
||||
</div>
|
||||
}
|
||||
placeholder="example.com\n*.example.com\n||example.com^"
|
||||
placeholder={`example.com\n*.example.com\n||example.com^`}
|
||||
size="large"
|
||||
disabled={processing || !ignoreEnabled}
|
||||
errorMessage={fieldState.error?.message}
|
||||
|
||||
Reference in New Issue
Block a user