Skip to content

Commit

Permalink
Fix summary for Local Files storage type (#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasrq committed Jun 30, 2021
1 parent a24f0e3 commit fd235f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion label_studio/frontend/dist/react-app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22723,7 +22723,7 @@ const StorageSummary = ({
case: "redis",
storage: storage
}), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_3__.jsx)(LocalStorage, {
case: "redis",
case: "localfiles",
storage: storage
})]
}), enableLastSync && /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_3__.jsx)(_components_DescriptionList_DescriptionList__WEBPACK_IMPORTED_MODULE_1__.DescriptionList.Item, {
Expand Down
2 changes: 1 addition & 1 deletion label_studio/frontend/dist/react-app/index.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const StorageSummary = ({storage, className, enableLastSync = false}) =>
<GSCStorage case="gcs" storage={storage}/>
<AzureStorage case="azure" storage={storage}/>
<RedisStorage case="redis" storage={storage}/>
<LocalStorage case="redis" storage={storage}/>
<LocalStorage case="localfiles" storage={storage}/>
</Oneof>
{enableLastSync && (
<DescriptionList.Item term="Last Sync">
Expand Down

0 comments on commit fd235f2

Please sign in to comment.