Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
rename story
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin committed Jun 2, 2021
1 parent a69c61f commit c70d8f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import MockAdapter from "axios-mock-adapter";
import axios from "axios";
import folderContentMock from "../__tests__/folderContentMock.json";

storiesOf("Filesystem", module).add("New Folder Modal", () => {
storiesOf("Filesystem", module).add("NewFolderModal", () => {
const API_REQUEST = hostname + filesystemPath + "2/folder/create";

const mock = new MockAdapter(axios);
Expand Down

0 comments on commit c70d8f8

Please sign in to comment.