8000 fix: duplicate workspace update entries by Kira-Pilot · Pull Request #4513 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

fix: duplicate workspace update entries #4513

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 6 commits into from
Oct 14, 2022
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
Next Next commit
remove console log
  • Loading branch information
Kira-Pilot committed Oct 12, 2022
commit 3778a420f298c5210c4f214d0bcf37f1b8e6d288
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export const WorkspaceSchedulePage: React.FC = () => {
navigate(`/@${username}/${workspaceName}`)
}}
onSubmit={(values) => {
console.log("values", values)
scheduleSend({
type: "SUBMIT_SCHEDULE",
autoStart: values.autoStartEnabled ? formValuesToAutoStartRequest(values) : undefined,
Expand Down
0