This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
amandaesmith3
2023-05-05 13:30:32 -05:00
gitea-unlock(16/)
parent 6c68c56a7f
commit 8043fcf42c
octicon-diff(16/tw-mr-1) 7 changed files with 15 additions and 7 deletions

2
core/src/components/modal/modal.tsx
View File

@@ -15,7 +15,7 @@ import {
prepareOverlay,
present,
createTriggerController,
setOverlayId
setOverlayId,
} from '@utils/overlays';
import { getClassMap } from '@utils/theme';
import { deepReady, waitForMount } from '@utils/transition';