mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: format
This commit is contained in:
+2
-1
@@ -128,7 +128,8 @@
|
||||
<Button
|
||||
icon
|
||||
compact
|
||||
disabled={(!customData[index][0] || !customData[index][1]) && index === 0}
|
||||
disabled={(!customData[index][0] || !customData[index][1]) &&
|
||||
index === 0}
|
||||
on:click={() => {
|
||||
if (customData.length === 1) {
|
||||
customData = [['', '']];
|
||||
|
||||
Reference in New Issue
Block a user