Skip to content

Commit e40ff54

Browse files
committed
fix: tests.
1 parent bb4f7cf commit e40ff54

File tree

2 files changed

+1
-3
lines changed
  • src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]

2 files changed

+1
-3
lines changed

src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/attributes/string.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
6464
let savedDefault = data.default;
6565
66-
let showEncrypt = flags.showAttributeEncrypt(page.data);
66+
const showEncrypt = flags.showAttributeEncrypt(page.data);
6767
6868
function handleDefaultState(hideDefault: boolean) {
6969
if (hideDefault) {

src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/table.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@
168168
) as Models.AttributeRelationship[];
169169
170170
let checked = false;
171-
172-
let showEncrypt = flags.showAttributeEncrypt(data);
173171
</script>
174172

175173
<Table.Root

0 commit comments

Comments
 (0)