Skip to content

Commit 71e0e4c

Browse files
committed
Update Example to remove org ID
1 parent 1bbedb5 commit 71e0e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/CommandBarIOS/Views/HomeView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import SwiftUI
99
import CommandBarIOS
1010

1111
struct HomeView: View {
12-
var ORG_ID = "641ade4d"
12+
var ORG_ID = ""
1313

1414
var body: some View {
1515
VStack(alignment: .center) {

0 commit comments

Comments
 (0)