UI: change paste icon, delete default profile name

This commit is contained in:
wonfen
2024-03-09 02:34:33 +08:00
parent f0719f8bde
commit f335941b62
2 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ export const ProfileViewer = forwardRef<ProfileViewerRef, Props>(
const { control, watch, register, ...formIns } = useForm<IProfileItem>({
defaultValues: {
type: "remote",
name: "Remote File",
name: "",
desc: "",
url: "",
option: {