From 9ad619f2695bfe2399469439dbcf1fc5688fad73 Mon Sep 17 00:00:00 2001 From: Josue Date: Mon, 19 Apr 2021 11:14:59 -0400 Subject: [PATCH] fix: change mount_name prop to fit expected data format from server --- striker-ui/types/AnvilSharedStorage.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/striker-ui/types/AnvilSharedStorage.d.ts b/striker-ui/types/AnvilSharedStorage.d.ts index b7fca1d7..9d493b76 100644 --- a/striker-ui/types/AnvilSharedStorage.d.ts +++ b/striker-ui/types/AnvilSharedStorage.d.ts @@ -6,7 +6,7 @@ declare type AnvilSharedStorageNode = { }; declare type AnvilSharedStorageFileSystem = { - mountPoint: string; + mount_point: string; nodes: Array; };