Skip to content

Commit

Permalink
feat: instruction for adding passkey
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Sep 16, 2024
1 parent aa30b0b commit 2d6713e
Show file tree
Hide file tree
Showing 17 changed files with 1,670 additions and 586 deletions.
2 changes: 1 addition & 1 deletion app/src/components/CodeEditor/CodeEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ace.config.setModuleUrl('ace/ext/searchbox', extSearchboxUrl)
/>
</template>

<style scoped>
<style lang="less" scoped>
:deep(.ace_placeholder) {
z-index: 1;
position: relative;
Expand Down
1 change: 1 addition & 0 deletions app/src/components/StdDesign/StdDataDisplay/StdCurd.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ function view(id: number | string) {
get(id).then(() => {
visible.value = true
modifyMode.value = false
editMode.value = 'modify'
}).catch(e => {
message.error($gettext(e?.message ?? 'Server error'), 5)
})
Expand Down
Loading

0 comments on commit 2d6713e

Please sign in to comment.