File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -272,15 +272,7 @@ async function send( item: string ): Promise<void> {
272272 return ;
273273 }
274274
275- // Casting to `any` since TS cannot understand $refs as
276- // component instances and complains about the usage of `show`
277- // See: https://github.com/vuejs/vue-class-component/issues/94
278- // Defaulting to any, as the alternative presents us with
279- // convoluted and unnecessary syntax.
280- // eslint-disable-next-line @typescript-eslint/no-explicit-any
281- // eslint-disable-next-line @typescript-eslint/no-explicit-any
282275 const overlay = overlayRef .value ;
283-
284276 overlay .show ();
285277
286278 // use axios in order to preserve saved mismatches
@@ -332,7 +324,6 @@ function storePreviousDecisions(item: string) {
332324// hide method otherwise.
333325// eslint-disable-next-line @typescript-eslint/no-explicit-any
334326function _handleConfirmation(){
335- // const { disableConfirmation, user } = this;
336327
337328 // Do nothing if there is no user
338329 if ( ! props .user ){
You can’t perform that action at this time.
0 commit comments