Skip to content

Commit 8c73f64

Browse files
committed
clean
1 parent b68cafc commit 8c73f64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/InfoFlow/components/RulesManagement.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
</div>
306306
<div class="flex gap-1">
307307
<Button
308-
icon="pi pi-edit"
308+
icon="pi pi-file-edit"
309309
size="small"
310310
severity="info"
311311
@click="editCollectionItem(item, index)" />

apps/InfoFlow/services/InfoFlowGet/runInfoFlowGet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ export async function runInfoFlowGet(task: runInfoFlowGet_task) {
5454
stats: { totalElements: 0, textNodes: 0, loadTime: 0 }
5555
} as TaskResult;
5656
} finally {
57-
// browser.tabs.remove(openedTabId);
57+
browser.tabs.remove(openedTabId);
5858
}
5959
}

0 commit comments

Comments
 (0)