diff --git a/docs/content/02-tutorials/02-slurm-accounting.md b/docs/content/02-tutorials/02-slurm-accounting.md
index c28e5202..fa8eee40 100644
--- a/docs/content/02-tutorials/02-slurm-accounting.md
+++ b/docs/content/02-tutorials/02-slurm-accounting.md
@@ -145,7 +145,7 @@ Choose a name for your job, a number of nodes to run under, choose to `Run a com

-## Step 5 - View the Accounting Tab
+## Step 6 - View the Accounting Tab
Once you've submitted a job, you can see the job information under the `Accounting tab`
diff --git a/docs/content/02-tutorials/05-cloud9.md b/docs/content/02-tutorials/05-cloud9.md
index f8429e2c..632164cd 100644
--- a/docs/content/02-tutorials/05-cloud9.md
+++ b/docs/content/02-tutorials/05-cloud9.md
@@ -1,5 +1,5 @@
+++
-title = "d. Cloud9 ☁️"
+title = "e. Cloud9 ☁️"
weight = 25
+++
diff --git a/docs/content/02-tutorials/06-downloading.md b/docs/content/02-tutorials/06-downloading.md
index 20a7463b..6205f67b 100644
--- a/docs/content/02-tutorials/06-downloading.md
+++ b/docs/content/02-tutorials/06-downloading.md
@@ -1,7 +1,7 @@
+++
-title = "d. Downloading ⇓"
-weight = 25
+title = "f. Downloading ⇓"
+weight = 26
+++
This tutorial shows you how you can download a file from an external source at cluster start.
diff --git a/frontend/src/components/FileChooser.tsx b/frontend/src/components/FileChooser.tsx
index 9d3839b8..9837adbf 100644
--- a/frontend/src/components/FileChooser.tsx
+++ b/frontend/src/components/FileChooser.tsx
@@ -69,8 +69,7 @@ function FileUploadButton(props: any) {
};
return (
- {/* @ts-expect-error TS(2322) FIXME: Type '"contained"' is not assignable to type 'Vari... Remove this comment to see the full error message */}
-