From 139600ab3636e866d49f8c9f54aee1045d693f18 Mon Sep 17 00:00:00 2001 From: Vikalp Rusia Date: Sat, 28 Sep 2024 22:54:58 +0530 Subject: [PATCH] run eslint --fix Signed-off-by: Vikalp Rusia --- pkg/rancher-desktop/components/ImagesOutputWindow.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/rancher-desktop/components/ImagesOutputWindow.vue b/pkg/rancher-desktop/components/ImagesOutputWindow.vue index 2efbff79824..fe936994de4 100644 --- a/pkg/rancher-desktop/components/ImagesOutputWindow.vue +++ b/pkg/rancher-desktop/components/ImagesOutputWindow.vue @@ -33,7 +33,7 @@ export default { imageToPull: { type: String, default: null, - } + }, }, data() {