Skip to content

Commit 9e118ab

Browse files
committed
Simplify
1 parent 199015b commit 9e118ab

File tree

1 file changed

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

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,7 @@
6363
6464
let savedDefault = data.default;
6565
66-
let showEncrypt = flags.showAttributeEncrypt({
67-
organization: page.data.organization,
68-
account: page.data.account
69-
});
66+
let showEncrypt = flags.showAttributeEncrypt(page.data);
7067
7168
function handleDefaultState(hideDefault: boolean) {
7269
if (hideDefault) {

0 commit comments

Comments
 (0)