mirror of
https://github.com/docmost/docmost.git
synced 2025-11-16 15:11:13 +10:00
frontend permissions
* rework backend workspace permissions
This commit is contained in:
@ -9,7 +9,7 @@ export function SpaceName({ spaceName }: SpaceNameProps) {
|
||||
<UnstyledButton className={classes.spaceName}>
|
||||
<Group>
|
||||
<div style={{ flex: 1 }}>
|
||||
<Text size="md" fw={500}>
|
||||
<Text size="md" fw={500} lineClamp={1}>
|
||||
{spaceName}
|
||||
</Text>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user