Skip to content

Commit

Permalink
Update for Xcode 15.0.0 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
david-swift committed Jun 6, 2023
1 parent 643dbd7 commit e14fd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ActionKit/Model/Data/Function.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import ColibriComponents
import SwiftUI

/// A function that can be edited in the ``FunctionEditor`` or executed.
public struct Function: Identifiable, Equatable, Bindable {
public struct Function: Identifiable, Equatable, ColibriComponents.Bindable {

/// The function's identifier.
public let id: String
Expand Down

0 comments on commit e14fd3b

Please sign in to comment.