Skip to content

chore: add helper text to help admins create new templates #3364

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 3 commits into from
Aug 3, 2022

Conversation

bpmct
Copy link
Member

@bpmct bpmct commented Aug 3, 2022

closes #2146

@bpmct bpmct self-assigned this Aug 3, 2022
@bpmct bpmct requested a review from a team as a code owner August 3, 2022 04:33
@@ -91,7 +91,25 @@ export const TemplatesPageView: FC<TemplatesPageViewProps> = (props) => {
</Stack>
</PageHeaderTitle>
{props.templates && props.templates.length > 0 && (
<PageHeaderSubtitle>Choose a template to create a new workspace.</PageHeaderSubtitle>
<>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be un-nested from the React fragment

@bpmct bpmct enabled auto-merge (squash) August 3, 2022 04:46
@bpmct bpmct merged commit 7e1caa7 into main Aug 3, 2022
@bpmct bpmct deleted the bpmct/templates-helper-text branch August 3, 2022 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add callout to Templates page that CLI is required to use template
2 participants