Skip to content

Commit 41084ac

Browse files
committed
fix: build
1 parent 6293536 commit 41084ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/components/toast/src/toast-provider.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,5 @@ export const closeAll = () => {
8282

8383
keys.map((key) => {
8484
globalToastQueue?.close(key);
85-
globalToastQueue?.remove(key);
8685
});
8786
};

0 commit comments

Comments
 (0)