mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Fixed cancel button
This commit is contained in:
parent
a91a35fe89
commit
f08d7f7a1e
1 changed files with 1 additions and 1 deletions
|
|
@ -223,6 +223,6 @@ $graph = $this->getParam('graph', false);
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<button type="submit">Update</button> <button data-ui-modal-close="" type="button" class="reverse">Cancel</button>
|
<button type="submit">Update</button> <button data-ls-ui-trigger="modal-close" type="button" class="reverse">Cancel</button>
|
||||||
</form>
|
</form>
|
||||||
</script>
|
</script>
|
||||||
Loading…
Reference in a new issue