Update files with exported function instead of a reactive function
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<script>
|
||||
export let file = {
|
||||
export const set_file = f => file = f
|
||||
let file = {
|
||||
id: "",
|
||||
name: "",
|
||||
abuse_type: "",
|
||||
|
Reference in New Issue
Block a user