Skip to content

Commit

Permalink
Fixed endless loop in hot module reloading
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed May 15, 2024
1 parent 698f115 commit 354b05f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/components/storage/DASDPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ import React, { useEffect, useReducer } from "react";

import { _ } from "~/i18n";
import { If, Page } from "~/components/core";
import { DASDFormatProgress, DASDTable } from "~/components/storage";
import DASDFormatProgress from "~/components/storage/DASDFormatProgress";
import DASDTable from "~/components/storage/DASDTable";
import { useCancellablePromise } from "~/utils";
import { useInstallerClient } from "~/context/installer";

Expand Down

0 comments on commit 354b05f

Please sign in to comment.