Skip to content

Commit 0593e5c

Browse files
mepripriCopilot
andauthored
Update components/create-column/index.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent de81f7e commit 0593e5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/create-column/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ class TpenCreateColumn extends HTMLElement {
740740
window.location.reload()
741741
} catch (err) {
742742
TPEN.eventDispatcher.dispatch("tpen-toast", {
743-
status: "error", message: 'Failed to clear columns.'
743+
status: "error", message: 'Failed to clear columns: ' + err.message
744744
})
745745
}
746746
}

0 commit comments

Comments
 (0)