Skip to content

Commit

Permalink
Fix upgrade-related issues
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Dec 19, 2024
1 parent b8dd760 commit 9107172
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/browser/test-app/components/accessGrants/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import {
deleteFile,
} from "@inrupt/solid-client";
import React, { useState } from "react";
import { useRouter } from "next/router";
import { useRouter } from "next/navigation";

const session = getDefaultSession();
const SHARED_FILE_CONTENT = "Some content.\n";
Expand Down Expand Up @@ -259,7 +259,7 @@ export default function AccessController({
Created resource:{" "}
<span data-testid="resource-iri">{sharedResourceIri}</span>
</p>
<p>
<div>
Custom fields:{" "}
<form>
<input
Expand Down Expand Up @@ -311,7 +311,7 @@ export default function AccessController({
/>
<br />
</form>
</p>
</div>
<p>
Access Request to Approve:{" "}
<input
Expand Down

0 comments on commit 9107172

Please sign in to comment.