Fix placeholder text for rule type select input
This commit is contained in:
@@ -27,7 +27,7 @@ defmodule MusicLibraryWeb.ScrobbleRulesLive.FormComponent do
|
|||||||
{gettext("Album"), "album"},
|
{gettext("Album"), "album"},
|
||||||
{gettext("Artist"), "artist"}
|
{gettext("Artist"), "artist"}
|
||||||
]}
|
]}
|
||||||
prompt={gettext("Select a rule type")}
|
placeholder={gettext("Select a rule type")}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<.input
|
<.input
|
||||||
|
|||||||
Reference in New Issue
Block a user