From d92775bffab6470dc6142e02092b7cae2c30b5ff Mon Sep 17 00:00:00 2001 From: bobzel Date: Thu, 15 Jun 2023 12:00:12 -0400 Subject: fixes post-merge --- src/client/util/SharingManager.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src/client/util') diff --git a/src/client/util/SharingManager.tsx b/src/client/util/SharingManager.tsx index 78e502e6e..bea870f21 100644 --- a/src/client/util/SharingManager.tsx +++ b/src/client/util/SharingManager.tsx @@ -1,4 +1,5 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; +import { IconButton, Size } from 'browndash-components'; import { intersection } from 'lodash'; import { action, computed, observable, runInAction } from 'mobx'; import { observer } from 'mobx-react'; @@ -6,7 +7,7 @@ import * as React from 'react'; import Select from 'react-select'; import * as RequestPromise from 'request-promise'; import { Doc, DocListCast, DocListCastAsync, HierarchyMapping } from '../../fields/Doc'; -import { AclAdmin, AclPrivate, DocAcl, AclUnset, DocData } from '../../fields/DocSymbols'; +import { AclAdmin, AclPrivate, AclUnset, DocAcl, DocData } from '../../fields/DocSymbols'; import { Id } from '../../fields/FieldSymbols'; import { List } from '../../fields/List'; import { NumCast, StrCast } from '../../fields/Types'; @@ -23,7 +24,6 @@ import { GroupManager, UserOptions } from './GroupManager'; import { GroupMemberView } from './GroupMemberView'; import { SelectionManager } from './SelectionManager'; import './SharingManager.scss'; -import { IconButton, Size } from 'browndash-components'; export interface User { email: string; @@ -652,7 +652,7 @@ export class SharingManager extends React.Component<{}> { ) : ( -

+
)}
@@ -671,9 +671,8 @@ export class SharingManager extends React.Component<{}> {
(this.groupSort = this.groupSort === 'ascending' ? 'descending' : this.groupSort === 'descending' ? 'none' : 'ascending'))}>
- Groups -   -
(GroupManager.Instance?.open()))}> + Groups   +
GroupManager.Instance?.open())}>
  @@ -697,4 +696,4 @@ export class SharingManager extends React.Component<{}> { render() { return ; } -} \ No newline at end of file +} -- cgit v1.2.3-70-g09d2