css refactor
This commit is contained in:
@@ -19,7 +19,10 @@
|
||||
* @type {Backup[]}
|
||||
* @description Array of backup objects to display.
|
||||
*/
|
||||
export let backups: Backup[] = [];
|
||||
let {
|
||||
backups = [],
|
||||
} = $props();
|
||||
|
||||
// [/SECTION]
|
||||
|
||||
</script>
|
||||
@@ -78,7 +81,5 @@
|
||||
</div>
|
||||
<!-- [/SECTION] -->
|
||||
|
||||
<style>
|
||||
</style>
|
||||
|
||||
<!-- [/DEF:BackupList:Component] -->
|
||||
Reference in New Issue
Block a user