responsive button (#26259)

This commit is contained in:
Adarsh Tiwari
2025-12-29 11:12:51 -03:00
committed by GitHub
parent e94ea4d4b8
commit 7eef3d33c5
2 changed files with 1 additions and 2 deletions
@@ -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={{