responsive button (#26259)
This commit is contained in:
@@ -126,6 +126,7 @@ export default function EmptyScreen(props: { isFilteredView: boolean }) {
|
||||
<div className="mt-8 ">
|
||||
<CreateButtonWithTeamsList
|
||||
subtitle={t("new_workflow_subtitle").toUpperCase()}
|
||||
disableMobileButton={true}
|
||||
createFunction={openDialog}
|
||||
buttonText={t("create_workflow")}
|
||||
includeOrg={true}
|
||||
|
||||
@@ -65,7 +65,6 @@ function WorkflowsPage({ filteredList }: PageProps) {
|
||||
<CreateButtonWithTeamsList
|
||||
subtitle={t("new_workflow_subtitle").toUpperCase()}
|
||||
createFunction={openDialog}
|
||||
disableMobileButton={true}
|
||||
onlyShowWithNoTeams={true}
|
||||
includeOrg={true}
|
||||
withPermission={{
|
||||
@@ -83,7 +82,6 @@ function WorkflowsPage({ filteredList }: PageProps) {
|
||||
<CreateButtonWithTeamsList
|
||||
subtitle={t("new_workflow_subtitle").toUpperCase()}
|
||||
createFunction={openDialog}
|
||||
disableMobileButton={true}
|
||||
onlyShowWithTeams={true}
|
||||
includeOrg={true}
|
||||
withPermission={{
|
||||
|
||||
Reference in New Issue
Block a user