Remove extra open= prop in dialog example
I mistakenly added this in reaction to an error
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<Nested on:close={() => (nested = false)} />
|
||||
{/if}
|
||||
<TransitionRoot show={isOpen} afterLeave={() => console.log("done")}>
|
||||
<Dialog on:close={() => (isOpen = false)} open={isOpen}>
|
||||
<Dialog on:close={() => (isOpen = false)}>
|
||||
<div class="fixed z-10 inset-0 overflow-y-auto">
|
||||
<div
|
||||
class="flex items-end justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0"
|
||||
|
||||
Reference in New Issue
Block a user