Skip to content

Commit

Permalink
fix: added missing line break
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshmane7218 committed Dec 29, 2023
1 parent 937ac53 commit 37ab476
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function isRequired(_columnObj: Record<string, any>, required = false) {
}
const { isMobileMode } = useGlobal()
const fieldTitleForCurrentScan = ref('')
const scannerIsReady = ref(false)
Expand Down

1 comment on commit 37ab476

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR changes have been deployed. Please run the following command to verify:

docker run -d -p 8888:8080 nocodb/nocodb-timely:0.203.0-pr-7298-20231229-0702

Please sign in to comment.