mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
remove unnecessary async specification
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
parent
f3c3453308
commit
56f3ba8d83
@ -27,7 +27,7 @@ import { navigate } from "../navigation";
|
|||||||
import { getHostedClusterId } from "../utils";
|
import { getHostedClusterId } from "../utils";
|
||||||
|
|
||||||
|
|
||||||
export async function aboutPortForwarding() {
|
export function aboutPortForwarding() {
|
||||||
const notificationId = `port-forward-notification-${getHostedClusterId()}`;
|
const notificationId = `port-forward-notification-${getHostedClusterId()}`;
|
||||||
|
|
||||||
Notifications.info(
|
Notifications.info(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user