8000 feat: redirect to the task page after creation by BrunoQuaresma · Pull Request #18626 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat: redirect to the task page after creation #18626

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 27, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fmt
  • Loading branch information
BrunoQuaresma committed Jun 27, 2025
commit a455556ea634bcb4b6f61c90e43ffd9771b7f62e
2 changes: 1 addition & 1 deletion site/src/pages/TasksPage/TasksPage.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import type { Meta, StoryObj } from "@storybook/react";
import { expect, spyOn, userEvent, waitFor, within } from "@storybook/test";
import { API } from "api/api";
import { MockUsers } from "pages/UsersPage/storybookData/users";
import { reactRouterParameters } from "storybook-addon-remix-react-router";
import {
MockTemplate,
MockTemplateVersionExternalAuthGithub,
Expand All @@ -17,7 +18,6 @@ import {
withProxyProvider,
} from "testHelpers/storybook";
import TasksPage, { data } from "./TasksPage";
import { reactRouterParameters } from "storybook-addon-remix-react-router";

const meta: Meta<typeof TasksPage> = {
title: "pages/TasksPage",
Expand Down
Loading
0