1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

Fix resetting permissions after file create

This commit is contained in:
Jake Barnby 2022-08-29 15:12:20 +12:00
parent 6dade9e758
commit 9a1ece5f13
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -34,7 +34,7 @@ $escapedPermissions = \array_map(function ($perm) {
<?php if (!empty($data)): ?>
data-name="<?php echo $data; ?>"
<?php endif; ?>
@reset.window="permissions = rawPermissions = []">
@reset.window="permissions.length = rawPermissions.length = 0">
<input
type="hidden"