feat: new payment gateway creation from settings

This commit is contained in:
Jannat Patel
2025-09-22 14:19:27 +05:30
parent bcfd3bb636
commit f239987043
5 changed files with 138 additions and 40 deletions

View File

@@ -156,9 +156,6 @@ const props = defineProps({
type: String,
default: '',
},
show: {
type: Boolean,
},
})
const members = createResource({
@@ -185,7 +182,6 @@ const openProfile = (username: string) => {
username: username,
},
})
console.log(show.value)
}
const newMember = createResource({