Skip to content

Commit

Permalink
chore: replace some links with nda-version [#796]
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-efremoff committed Oct 17, 2024
1 parent cd14993 commit b1b3cb7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ export interface TimelineBelowSvgProps {

export const timelineDefaultProps: Partial<TimelineProps>;
/**
* @deprecated use ThinTimeline (https://storybook.ui.yandex-team.ru/?path=/docs/компоненты-thintimelineruler--docs)
* @deprecated use ThinTimeline (https://nda.ya.ru/t/WriYC26w78gpN7)
*/
export class Timeline extends Component<TimelineProps> {}
2 changes: 1 addition & 1 deletion packages/ui/src/ui/containers/ACL/ACL.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ class ACL extends Component<Props> {
return {
name,
value: invert ? !role : Boolean(role),
url: 'boolean' === typeof role ? 'https://yt.yandex-team.ru' : role?.idmLink,
url: 'boolean' === typeof role ? undefined : role?.idmLink,
};
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* This file was auto-generated by openapi-typescript.
* npx openapi-typescript https://yql-api.yandex-team.ru/api/docs/swagger.json --output yql.ts
* npx openapi-typescript https://nda.ya.ru/t/2jxiQ7SM78gpao --output yql.ts
*/
import {yqlModel} from '../shared';

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b1b3cb7

Please # to comment.