Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit e14fd3b

Browse files
committed
Update for Xcode 15.0.0 Beta
1 parent 643dbd7 commit e14fd3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/ActionKit/Model/Data/Function.swift

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

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

1414
/// The function's identifier.
1515
public let id: String

0 commit comments

Comments
 (0)