mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge branch 'feat-messaging-create-message' of https://github.com/appwrite/console into feat-messaging-create-message
This commit is contained in:
-2
@@ -18,8 +18,6 @@ export const load: LayoutLoad = async ({ params, depends }) => {
|
||||
}
|
||||
);
|
||||
|
||||
console.log(response);
|
||||
|
||||
try {
|
||||
return {
|
||||
header: Header,
|
||||
|
||||
@@ -258,10 +258,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
onDestroy(() => {
|
||||
console.log('destroy');
|
||||
});
|
||||
|
||||
const stepsComponents: WizardStepsType = new Map();
|
||||
stepsComponents.set(1, {
|
||||
label: 'Configure',
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
promises.push(promise);
|
||||
}
|
||||
await Promise.all(promises);
|
||||
console.log($providerParams[$provider]);
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user