mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
open active
This commit is contained in:
@@ -71,7 +71,10 @@ export function PageShareModal({ readOnly }: PageShareModalProps) {
|
||||
) : null
|
||||
}
|
||||
variant="default"
|
||||
onClick={open}
|
||||
onClick={() => {
|
||||
setActiveTab(isPubliclyShared ? "publish" : hasPagePermissions ? "access" : "publish");
|
||||
open();
|
||||
}}
|
||||
>
|
||||
{t("Share")}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user