diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-12 19:19:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-12 19:19:15 -0400 |
| commit | 575ed4504f8bd5da42d209bcc313a4fc766247e3 (patch) | |
| tree | 264c526a4883e6b2d0509563b72eb8987f3878f5 /src/client/views/collections/collectionFreeForm | |
| parent | bb74db76c4cf694c646a3f248fa8151f15d8020e (diff) | |
| parent | 5d57b23f67908e4f780058cb2568491b58039c1f (diff) | |
Merge pull request #576 from browngraphicslab/menu_restructure
Menu restructure
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/PropertiesView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/PropertiesView.tsx b/src/client/views/collections/collectionFreeForm/PropertiesView.tsx index c7edd67b3..850324cc3 100644 --- a/src/client/views/collections/collectionFreeForm/PropertiesView.tsx +++ b/src/client/views/collections/collectionFreeForm/PropertiesView.tsx @@ -316,7 +316,7 @@ export class PropertiesView extends React.Component<PropertiesViewProps> { */ getPermissionsSelect(user: string, permission: string) { return <select className="permissions-select" - defaultValue={permission} + value={permission} onChange={e => this.changePermissions(e, user)}> {Object.values(SharingPermissions).map(permission => { return ( |
