Skip to content

Commit 4458c9c

Browse files
committed
rename INotificationsConfigDetailProps
1 parent c6ba095 commit 4458c9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/notifications-config-detail.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type INotificationsConfigItemProps = {
1010
value: string | boolean;
1111
};
1212

13-
type INotificationsConfigDetailsProps = {
13+
type INotificationsConfigDetailProps = {
1414
notificationsConfig: Scheduler.INotificationsConfig;
1515
};
1616

@@ -32,7 +32,7 @@ function NotificationsConfigItem(props: INotificationsConfigItemProps) {
3232
}
3333

3434
export function NotificationsConfigDetail(
35-
props: INotificationsConfigDetailsProps
35+
props: INotificationsConfigDetailProps
3636
): JSX.Element {
3737
const trans = useTranslator('jupyterlab');
3838

0 commit comments

Comments
 (0)