Skip to content

Commit

Permalink
Update the file
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Jan 17, 2024
1 parent 128df19 commit abef780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Home() {

let [federationNamespace, setFederationNamespace] = useState<FederationName | undefined>({label: "OSDF", value: "https://osg-htc.org"});
let [federationNamespaceError, setFederationNamespaceError] = useState<string | undefined>(undefined);
let [filePath, setFilePath] = useState<string>("/chtc/PUBLIC/bbockelm/pelican.png");
let [filePath, setFilePath] = useState<string>("/ospool/uc-shared/public/OSG-Staff/test.txt");
let [filePathError, setFilePathError] = useState<string | undefined>(undefined);

let [submitError, setSubmitError] = useState<string | undefined>(undefined);
Expand Down

0 comments on commit abef780

Please sign in to comment.