fix: change mount_name prop to fit expected data format from server

main
Josue 4 years ago committed by Tsu-ba-me
parent 704e77abde
commit 9ad619f269
  1. 2
      striker-ui/types/AnvilSharedStorage.d.ts

@ -6,7 +6,7 @@ declare type AnvilSharedStorageNode = {
};
declare type AnvilSharedStorageFileSystem = {
mountPoint: string;
mount_point: string;
nodes: Array<AnvilSharedStorageNode>;
};

Loading…
Cancel
Save