mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge branch 'main' of github.com:appwrite/console into fix-1.4-QA-after-release
This commit is contained in:
+2
-1
@@ -20,7 +20,8 @@
|
||||
onMount(async () => {
|
||||
runtime ??= $func.runtime;
|
||||
|
||||
options = (await $runtimesList).runtimes.map((runtime) => ({
|
||||
let runtimes = await $runtimesList;
|
||||
options = runtimes.runtimes.map((runtime) => ({
|
||||
label: `${runtime.name} - ${runtime.version}`,
|
||||
value: runtime.$id
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user