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(templates): Remove templates #19300

Merged
merged 12 commits into from
Aug 25, 2020
Prev Previous commit
Next Next commit
feat(templates): Fix missing action
  • Loading branch information
ebb-tide authored and hoorayimhelping committed Aug 24, 2020
commit f3b2c160ad8406a73a933532b1e7e38e2c65223a
2 changes: 1 addition & 1 deletion ui/src/templates/actions/creators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export type Action =
| ReturnType<typeof removeStack>

// Action Creators
export const setCommunityTemplateToInstall = (template: CommunityTemplate) =>
export const setStagedCommunityTemplate = (template: CommunityTemplate) =>
({
type: SET_STAGED_TEMPLATE,
template,
Expand Down