Skip to content
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

feat: Basic StepDrawer components implementation #1021

Merged
merged 8 commits into from
Jun 24, 2024
Prev Previous commit
Next Next commit
fix: import in componentRegister
  • Loading branch information
zoltanszabo-bitrise committed Jun 21, 2024
commit 1bf9c0ca2015b46ec4fd4ffa3bde82263e3847ef
2 changes: 1 addition & 1 deletion source/javascripts/_componentRegister.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import InfoTooltip from "./components/InfoTooltip";
import Toggle from "./components/Toggle";
import NotificationMessageWithLink from "./components/NotificationMessageWithLink";
import { AddStepItem, StepItem } from "./components/StepItem";
import StepBadge from "./components/StepItem/StepBadge";
import StepBadge from "./components/StepBadge/StepBadge";
import YmlStorageSettings from "./components/YmlStorageSettings/YmlStorageSettings";
import UpdateYmlInRepositoryModal from "./components/UpdateYmlInRepositoryModal/UpdateYmlInRepositoryModal";
import WorkflowSelector from "./components/WorkflowSelector/WorkflowSelector";
Expand Down