mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
removed prop
This commit is contained in:
+1
-3
@@ -12,7 +12,6 @@
|
||||
show = $bindable(false),
|
||||
title,
|
||||
closeOnBlur = false,
|
||||
autoCloseOnNavigate = true,
|
||||
submit,
|
||||
cancel,
|
||||
children = null,
|
||||
@@ -25,7 +24,6 @@
|
||||
title: string;
|
||||
titleBadge?: string;
|
||||
closeOnBlur?: boolean;
|
||||
autoCloseOnNavigate?: boolean;
|
||||
topAction?:
|
||||
| {
|
||||
text: string;
|
||||
@@ -58,7 +56,7 @@
|
||||
|
||||
let copyText = $state(undefined);
|
||||
beforeNavigate(() => {
|
||||
if (autoCloseOnNavigate) show = false;
|
||||
show = false;
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user