chore(gui): lint

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2022-10-08 11:13:25 +05:30
parent bee72fc5be
commit 81d191406d
5 changed files with 12 additions and 10 deletions

View File

@@ -52,7 +52,7 @@ export function useGridViewColumnWidth(view: Ref<GridType | undefined>) {
/** when columns changes(create/delete) reload grid columns
* or when view changes reload columns width */
watch([() => columns.value?.length, () => view?.value?.id ], loadGridViewColumns)
watch([() => columns.value?.length, () => view?.value?.id], loadGridViewColumns)
const updateWidth = async (id: string, width: string) => {
if (gridViewCols?.value?.[id]) {