mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-13 23:45:24 +02:00
refactor(client): refactor dialog functions to improve type inference
This commit is contained in:
@@ -57,7 +57,7 @@ export default defineComponent({
|
||||
}).catch(() => {
|
||||
this.submitting = false;
|
||||
|
||||
os.dialog({
|
||||
os.alert({
|
||||
type: 'error',
|
||||
text: this.$ts.somethingHappened
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user