clean-up: Remove unnecessary function declaration

This commit is contained in:
estib 2024-09-24 14:19:50 +02:00
parent 3bed869ded
commit 9f6672b4e3

View File

@ -24,8 +24,6 @@
modal?.show();
}
function onClose() {}
async function updateBaseBranch() {
let infoText = await branchController.updateBaseBranch();
if (infoText) {
@ -34,7 +32,7 @@
}
</script>
<IntegrateUpstreamModal bind:this={modal} {onClose} />
<IntegrateUpstreamModal bind:this={modal} />
{#if displayButton}
<Button