mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
9b42d7ad1d
@ -72,6 +72,9 @@ const useDestroyTranslationAction = () => {
|
||||
const { translationId: filterByTk } = useRecord();
|
||||
return {
|
||||
async run() {
|
||||
if (!filterByTk) {
|
||||
return;
|
||||
}
|
||||
await api.resource('localizationTranslations').destroy({ filterByTk });
|
||||
refresh();
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user