Allow setting source to blank

This commit is contained in:
Shish 2023-01-30 20:53:58 +00:00
parent 59c84893ed
commit 1037c30dfe

View file

@ -66,6 +66,6 @@ class BulkActionsTheme extends Themelet
public function render_source_input(): string
{
return "<input type='text' name='bulk_source' required='required' placeholder='Enter source here' />";
return "<input type='text' name='bulk_source' placeholder='Enter source here' />";
}
}