Merge pull request #1337 from appwrite/fix-edit-attribute-state

fix: edit attribute state
This commit is contained in:
Jake Barnby
2024-09-06 22:43:15 +12:00
committed by GitHub
@@ -56,6 +56,8 @@
currentAttr ??= { ...selectedAttribute };
originalKey = currentAttr.key;
error = null;
} else {
currentAttr = null;
}
</script>