Skip to content

Commit

Permalink
Merge pull request #267 from prgrms-web-devcourse/film/#266
Browse files Browse the repository at this point in the history
Film/#266] Toast ์ปดํฌ๋„ŒํŠธ id ์ถฉ๋Œ ์ˆ˜์ •
  • Loading branch information
2sjeong918 authored May 8, 2022
2 parents 0c00b00 + 20c8e6f commit 6ef16d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/organism/Toast/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Toast {
createToast: CreateToast | null = null;

constructor() {
const portalId = 'toast-portal';
const portalId = 'prev-toast-portal';
const portalElement = document.getElementById(portalId);

if (portalElement) {
Expand Down

0 comments on commit 6ef16d8

Please sign in to comment.