mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: import order!
This commit is contained in:
+3
-3
@@ -48,8 +48,11 @@
|
||||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
import { createConservative } from '$lib/helpers/stores';
|
||||
import { InputNumber, InputChoice } from '$lib/elements/forms';
|
||||
|
||||
export let editing = false;
|
||||
|
||||
export let data: Partial<Models.AttributeInteger> = {
|
||||
required: false,
|
||||
min: 0,
|
||||
@@ -57,9 +60,6 @@
|
||||
default: 0,
|
||||
array: false
|
||||
};
|
||||
export let editing = false;
|
||||
|
||||
import { createConservative } from '$lib/helpers/stores';
|
||||
|
||||
let savedDefault = data.default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user