Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Grigas <[email protected]>
  • Loading branch information
saskliutas and grigasp authored Jan 30, 2025
1 parent 245bd78 commit 9a2bd7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type { DateValue } from "../values/Values.js";
import { DateInput } from "./DateInput.js";

/**
* Date time value editor that render `DatePicker` component for changing value.
* Date value editor that render `DatePicker` component for changing value.
* @internal
*/
export function DateEditor({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type { EditorProps } from "../Types.js";
import { ToggleSwitch } from "@itwin/itwinui-react";

/**
* Boolean value editor that renders `Checkbox` component for changing value.
* Boolean value editor that renders `ToggleSwitch` component for changing value.
* @internal
*/
export function ToggleEditor({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { SvgPlaceholder } from "@itwin/itwinui-icons-react";
import * as React from "react";

/**
*@internal
* @internal
*/
export function findIcon(iconName?: string) {
if (!iconName) {
Expand Down

0 comments on commit 9a2bd7c

Please sign in to comment.