fix: table getting converted to raw html

This commit is contained in:
thecodrr
2021-12-29 14:33:29 +05:00
parent c2df49809c
commit 278d1681ca
6 changed files with 35 additions and 9 deletions

View File

@@ -92,8 +92,9 @@ export default class Backup {
switch (version) {
case CURRENT_DATABASE_VERSION:
case 5.1:
case 5.3:
case 5.2:
case 5.1:
case 5.0: {
return backup;
}