refactor: refs #8004 remove console log from CardSummary component on mount
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Pablo Natek 2024-11-28 11:13:11 +01:00
parent 1b6bb39c3e
commit ff69bf6d57
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ onBeforeMount(async () => {
onMounted(() => {
stateStore.rightDrawerChangeValue(false);
console.log('useStateStore: ', useStateStore.rightMenu);
});
async function fetch() {
store.url = props.url;