Skip to content

Commit

Permalink
fix: rename Slot to Amplify.Slot
Browse files Browse the repository at this point in the history
  • Loading branch information
kpranoto-aws committed Jul 5, 2022
1 parent 56b9731 commit f54c226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/codegen-ui/lib/types/bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export enum StudioComponentPropertyType {
Number = 'Number',
Boolean = 'Boolean',
Date = 'Date',
Slot = 'Slot',
Slot = 'Amplify.Slot',
}

export type StudioComponentSimplePropertyBinding = {
Expand Down Expand Up @@ -91,7 +91,7 @@ export type StudioComponentSlotBinding = {
/**
* This declares that the binding is a Slot type
*/
type: 'Slot';
type: 'Amplify.Slot';
bindingProperties: StudioComponentSlotBindingProperty;
};

Expand Down

0 comments on commit f54c226

Please sign in to comment.