Allow setting source to blank
This commit is contained in:
@@ -66,6 +66,6 @@ class BulkActionsTheme extends Themelet
|
|||||||
|
|
||||||
public function render_source_input(): string
|
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' />";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user