Skip to content

Commit

Permalink
Merge pull request #34 from LottieFiles/javier/PLU-1408
Browse files Browse the repository at this point in the history
fix: PLU-1408 - [Strapi plugin] Strapi plugin docker issue
  • Loading branch information
naaish-adam authored Dec 15, 2023
2 parents 30675cc + d372f3e commit 0cef67b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/odd-trains-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"strapi-plugin-lottie": patch
---

fixes Docker issue due to LottieLoading component importation (camel case sensitive)
2 changes: 1 addition & 1 deletion admin/src/components/Lottie/LottieInputDialogue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import {
SearchQuery,
} from "../../utils/queries";
import Banner from "../Banner";
import LottieLoading from "../Lottie-loading.json";
import LottieLoading from "../LottieLoading.json";
import { LoginAuto } from "../login-auto/LoginAuto";

const BigModal = styled(ModalLayout)`
Expand Down
File renamed without changes.

0 comments on commit 0cef67b

Please sign in to comment.