We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06c4e9 commit d4c5f15Copy full SHA for d4c5f15
src/components/notifications-config-detail.tsx
@@ -10,7 +10,7 @@ type INotificationsConfigItemProps = {
10
value: string | boolean;
11
};
12
13
-type INotificationsConfigDetailsProps = {
+type INotificationsConfigDetailProps = {
14
notificationsConfig: Scheduler.INotificationsConfig;
15
16
@@ -32,7 +32,7 @@ function NotificationsConfigItem(props: INotificationsConfigItemProps) {
32
}
33
34
export function NotificationsConfigDetail(
35
- props: INotificationsConfigDetailsProps
+ props: INotificationsConfigDetailProps
36
): JSX.Element {
37
const trans = useTranslator('jupyterlab');
38
0 commit comments