The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/client/views/setupWizard/steps/SettingsBasedStep.stories.js

15 lines
324 B

import React from 'react';
import SettingsBasedStep from './SettingsBasedStep';
export default {
title: 'views/setupWizard/steps/SettingsBasedStep',
component: SettingsBasedStep,
};
export const _default = () =>
<SettingsBasedStep
step={[1, 2, 3, 4, 'final'][1]}
title={'Settings-Based Step'}
active={true}
/>;