Permission change so staff can remove linked files
This commit is contained in:
@@ -540,7 +540,7 @@ $effect(() => {
|
||||
{:else}
|
||||
|
||||
<button
|
||||
disabled={!$ae_loc.administrator_access}
|
||||
disabled={!$ae_loc.trusted_access}
|
||||
type="button"
|
||||
onclick={() => {
|
||||
if (confirm('Are you sure you want to remove the file?')) {
|
||||
|
||||
Reference in New Issue
Block a user