Skip to content

Commit 3f6d759

Browse files
committed
fix placeholder
1 parent 507631a commit 3f6d759

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client_v2/src/components/Settings/IgnoredDomains/IgnoredDomains.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const IgnoredDomains = ({ control, processing, ignoreEnabled, setValue, s
7171
</a>
7272
</div>
7373
}
74-
placeholder="example.com\n*.example.com\n||example.com^"
74+
placeholder={`example.com\n*.example.com\n||example.com^`}
7575
size="large"
7676
disabled={processing || !ignoreEnabled}
7777
errorMessage={fieldState.error?.message}

0 commit comments

Comments
 (0)