We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a4c6c commit d989d9dCopy full SHA for d989d9d
1 file changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.queues/route.tsx
@@ -912,8 +912,6 @@ function QueuePauseResumeButton({
912
function QueueOverrideConcurrencyButton({
913
queue,
914
environmentConcurrencyLimit,
915
- variant = "minimal/small",
916
- fullWidth = false,
917
}: {
918
queue: {
919
id: string;
@@ -922,8 +920,6 @@ function QueueOverrideConcurrencyButton({
922
920
concurrency?: { overriddenAt: Date | null };
923
921
};
924
environmentConcurrencyLimit: number;
925
- variant?: ButtonVariant;
926
- fullWidth?: boolean;
927
}) {
928
const navigation = useNavigation();
929
const [isOpen, setIsOpen] = useState(false);
0 commit comments