mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #265 from appwrite/chore-remove-flutter-alert
chore: remove flutter superfluous alert
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<script lang="ts">
|
||||
import { page } from '$app/stores';
|
||||
import { Alert } from '$lib/components';
|
||||
import { Pill } from '$lib/elements';
|
||||
import { FormList, InputText } from '$lib/elements/forms';
|
||||
import { WizardStep } from '$lib/layout';
|
||||
@@ -153,10 +152,6 @@
|
||||
</Pill>
|
||||
</div>
|
||||
</svelte:fragment>
|
||||
<Alert type="warning">
|
||||
Note: If you are building your Flutter application for multiple devices, you will have to
|
||||
follow this process for each different device.
|
||||
</Alert>
|
||||
|
||||
<FormList isCommonSection>
|
||||
<InputText
|
||||
|
||||
Reference in New Issue
Block a user