Skip to content

Commit

Permalink
Update packages/frontend/src/lib/table/model/ModelColumnActions.svelte
Browse files Browse the repository at this point in the history
Co-authored-by: Florent BENOIT <[email protected]>
  • Loading branch information
feloy and benoitf authored Jan 29, 2024
1 parent 2a8682c commit ff1fecd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ async function goDeleteModel() {
}
function openModelFolder() {
console.log(object.file);
if (object && object.file) {
studioClient.openURL('file://'+object.file.path);
}
Expand Down

0 comments on commit ff1fecd

Please sign in to comment.