Update RecommendationGeneration.vue

This commit is contained in:
Believethehype 2024-03-28 13:15:22 +01:00
parent 8ca79dbc66
commit 9ce7f68664

View File

@ -919,6 +919,10 @@ const closeNWCModal = () => {
isNWCModalOpened.value = false;
};
const submitHandler = async () => {
}