Enable click on draft quotes, fetch groups from contact modal

This commit is contained in:
Scott Nonnenberg 2021-05-21 10:27:28 -07:00 committed by GitHub
parent b878cad625
commit f6bc4dfe25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 10 deletions

View file

@ -36,6 +36,7 @@ const createProps = (overrideProps: Partial<PropsType> = {}): PropsType => ({
removeMember: action('removeMember'),
showSafetyNumber: action('showSafetyNumber'),
toggleAdmin: action('toggleAdmin'),
updateSharedGroups: action('updateSharedGroups'),
});
story.add('As non-admin', () => {