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/admin/settings/ResetSettingButton.stories.js

10 lines
241 B

import React from 'react';
import { ResetSettingButton } from './ResetSettingButton';
export default {
title: 'admin/settings/ResetSettingsButton',
component: ResetSettingButton,
};
export const _default = () => <ResetSettingButton />;