Skip to content

Commit

Permalink
Update Example to remove org ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Cavallando committed Dec 18, 2023
1 parent 1bbedb5 commit 71e0e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/CommandBarIOS/Views/HomeView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import SwiftUI
import CommandBarIOS

struct HomeView: View {
var ORG_ID = "641ade4d"
var ORG_ID = ""

var body: some View {
VStack(alignment: .center) {
Expand Down

0 comments on commit 71e0e4c

Please sign in to comment.