feat: add share page settings dialog + add org id to deployment as well
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { SharePageSettings } from "@/components/SharePageSettings";
|
||||
|
||||
export default async function Page({
|
||||
params,
|
||||
}: {
|
||||
params: { share_id: string };
|
||||
}) {
|
||||
return <SharePageSettings deployment_id={params.share_id} />;
|
||||
}
|
||||
Reference in New Issue
Block a user