wip
This commit is contained in:
@@ -48,7 +48,7 @@ export default defineComponent({
|
||||
created() {
|
||||
this.menu = [{
|
||||
icon: faCog,
|
||||
text: this.$t('selectList'),
|
||||
text: this.$ts.selectList,
|
||||
action: this.setList
|
||||
}];
|
||||
},
|
||||
@@ -63,7 +63,7 @@ export default defineComponent({
|
||||
async setList() {
|
||||
const lists = await os.api('users/lists/list');
|
||||
const { canceled, result: list } = await os.dialog({
|
||||
title: this.$t('selectList'),
|
||||
title: this.$ts.selectList,
|
||||
type: null,
|
||||
select: {
|
||||
items: lists.map(x => ({
|
||||
|
Reference in New Issue
Block a user