mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix title and design
This commit is contained in:
@@ -44,8 +44,8 @@
|
||||
};
|
||||
</script>
|
||||
|
||||
<Modal bind:show onSubmit={handleTransfer} icon="exclamation" state="warning" headerDivider={false}>
|
||||
<svelte:fragment slot="header">Delete Project</svelte:fragment>
|
||||
<Modal bind:show onSubmit={handleTransfer} headerDivider={false}>
|
||||
<svelte:fragment slot="header">Transfer Project</svelte:fragment>
|
||||
<p>Are you sure you want to transfer <b>{$project.name}</b> to <b>{teamName}</b>?</p>
|
||||
<p>
|
||||
Members who are not part of the destination organization must be invited to gain access to
|
||||
|
||||
Reference in New Issue
Block a user