Release the Share Link feature (#5228)

* WIP: Release the Share Link feature
Fixes #5227

* Clean up
This commit is contained in:
Pierre Jacquier
2025-02-11 16:06:24 -05:00
committed by GitHub
parent 10b7a772bf
commit bc4d254297
2 changed files with 1 additions and 4 deletions

View File

@ -6,7 +6,6 @@ import { FILE_EXT } from './constants'
import { UnitLength_type } from '@kittycad/lib/dist/types/src/models'
import { reportRejection } from './trap'
import { IndexLoaderData } from './types'
import { IS_NIGHTLY_OR_DEBUG } from 'routes/Settings'
import { copyFileShareLink } from './links'
interface OnSubmitProps {
@ -137,7 +136,6 @@ export function kclCommands(commandProps: KclCommandConfig): Command[] {
{
name: 'share-file-link',
displayName: 'Share current part (via Zoo link)',
hide: IS_NIGHTLY_OR_DEBUG ? undefined : 'desktop',
description: 'Create a link that contains a copy of the current file.',
groupId: 'code',
needsReview: false,