mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge branch 'main' into spreadsheet-kbd-expand
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
const dispatch = createEventDispatcher();
|
||||
|
||||
let id: string;
|
||||
let id: string = '';
|
||||
let error: string;
|
||||
let showCustomId = false;
|
||||
let disabled: boolean = false;
|
||||
@@ -28,7 +28,7 @@
|
||||
disabled = true;
|
||||
showSubmissionLoader = true;
|
||||
const project = await sdk.forConsole.projects.create({
|
||||
projectId: id ?? ID.unique(),
|
||||
projectId: id || ID.unique(),
|
||||
name,
|
||||
teamId
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user