Make the profile form autosave

This commit is contained in:
Robin Townsend
2023-05-22 14:33:20 -04:00
parent 85380c8142
commit ae40dea7ec
3 changed files with 38 additions and 49 deletions

View File

@@ -25,8 +25,8 @@ import React, {
ReactNode,
useRef,
} from "react";
import { useClient } from "../ClientContext";
import { useClient } from "../ClientContext";
import { getNamedDevices } from "../media-utils";
export interface MediaHandlerContextInterface {