mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 16:27:06 +00:00
fix: lint
This commit is contained in:
@@ -57,7 +57,7 @@ const expandExtension = () => {
|
||||
* @param open - Optional. If true, the duplicated extension will be opened.
|
||||
*/
|
||||
|
||||
const handleDuplicateExtension = async (id: string, open: boolean = false) => {
|
||||
const handleDuplicateExtension = async (id: string, open = false) => {
|
||||
const duplicatedExt = await duplicateExtension(id)
|
||||
|
||||
if (duplicatedExt?.id && open) {
|
||||
|
||||
Reference in New Issue
Block a user