feat(app): add transition to select provider dialog
This commit is contained in:
@@ -18,7 +18,7 @@ export const DialogSelectProvider: Component = () => {
|
|||||||
const otherGroup = () => language.t("dialog.provider.group.other")
|
const otherGroup = () => language.t("dialog.provider.group.other")
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Dialog title={language.t("command.provider.connect")}>
|
<Dialog title={language.t("command.provider.connect")} transition>
|
||||||
<List
|
<List
|
||||||
search={{ placeholder: language.t("dialog.provider.search.placeholder"), autofocus: true }}
|
search={{ placeholder: language.t("dialog.provider.search.placeholder"), autofocus: true }}
|
||||||
emptyMessage={language.t("dialog.provider.empty")}
|
emptyMessage={language.t("dialog.provider.empty")}
|
||||||
|
|||||||
Reference in New Issue
Block a user